aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-10-16 18:47:23 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-10-16 18:47:23 +0000
commit01e9c7283bdc1445a4e03b3d1c86821f8b93d9db (patch)
tree857a754fe19f641c82e6008af65ed7aef2de0273 /devel
parent76e493f9df8de424f4f12cef05a0ce1d1a3f436a (diff)
downloadports-01e9c7283bdc1445a4e03b3d1c86821f8b93d9db.tar.gz
ports-01e9c7283bdc1445a4e03b3d1c86821f8b93d9db.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/pcre-utf8/Makefile1
-rw-r--r--devel/pcre/Makefile2
2 files changed, 3 insertions, 0 deletions
diff --git a/devel/pcre-utf8/Makefile b/devel/pcre-utf8/Makefile
index 49a0bdcf2ba3..49b0fa0326c4 100644
--- a/devel/pcre-utf8/Makefile
+++ b/devel/pcre-utf8/Makefile
@@ -8,6 +8,7 @@
PKGNAMESUFFIX= -utf8
MASTERDIR= ${.CURDIR}/../pcre
+CONFLICTS= pcre-[0-9]*
WITH_UTF8= yes
.include "${MASTERDIR}/Makefile"
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 2590ab90f64e..0450e15eb1c5 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -16,6 +16,8 @@ MASTER_SITE_SUBDIR=${PORTNAME}
MAINTAINER= krion@FreeBSD.org
COMMENT= Perl Compatible Regular Expressions library
+CONFLICTS?= pcre-utf8-[0-9]*
+
USE_BZIP2= yes
USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes