Index: pcre/Makefile =================================================================== RCS file: /opt/ncvs/ports/devel/pcre/Makefile,v retrieving revision 1.37 diff -u -r1.37 Makefile --- pcre/Makefile 7 Jul 2006 07:58:19 -0000 1.37 +++ pcre/Makefile 3 Nov 2006 14:34:59 -0000 @@ -27,6 +27,8 @@ .endif .if defined(WITH_UTF8) +CONFLICTS= pcre-[0-9]* +PKGNAMESUFFIX= -utf8 CONFIGURE_ARGS+=--enable-utf8 \ --enable-unicode-properties .endif Index: pcre-utf8/Makefile =================================================================== RCS file: /opt/ncvs/ports/devel/pcre-utf8/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- pcre-utf8/Makefile 16 Oct 2005 18:47:23 -0000 1.2 +++ pcre-utf8/Makefile 3 Nov 2006 14:35:16 -0000 @@ -5,10 +5,8 @@ # $FreeBSD: ports/devel/pcre-utf8/Makefile,v 1.2 2005/10/16 18:47:23 krion Exp $ # -PKGNAMESUFFIX= -utf8 MASTERDIR= ${.CURDIR}/../pcre -CONFLICTS= pcre-[0-9]* WITH_UTF8= yes .include "${MASTERDIR}/Makefile"