summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2009-08-09 11:34:52 +0000
committerJohan van Selst <johans@FreeBSD.org>2009-08-09 11:34:52 +0000
commit420a6d8868f9b90d973d47190f3dfc2403a71c12 (patch)
treeaa55e8dc00f376e171a790617592c6e3dbf57aab
parent- Chase lang/sbcl update. (diff)
- Register CONFLICTS for lang/pike* ports (binaries + manuals in same place)
PR: ports/137568 Submitted by: Piotr Smyrak
Notes
Notes: svn path=/head/; revision=239200
-rw-r--r--lang/pike72/Makefile2
-rw-r--r--lang/pike76/Makefile2
-rw-r--r--lang/pike78/Makefile2
3 files changed, 6 insertions, 0 deletions
diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile
index 5376c20a98d1..3bddd8363aa6 100644
--- a/lang/pike72/Makefile
+++ b/lang/pike72/Makefile
@@ -22,6 +22,8 @@ LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \
mird.1:${PORTSDIR}/databases/mird \
gmp.8:${PORTSDIR}/math/libgmp4
+CONFLICTS= pike7[68]*-[0-9]*
+
WRKSRC= ${WRKDIR}/${DISTNAME}/src/
USE_BISON= build
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile
index df2a60a223f1..eb12d54616a9 100644
--- a/lang/pike76/Makefile
+++ b/lang/pike76/Makefile
@@ -28,6 +28,8 @@ LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \
mird.1:${PORTSDIR}/databases/mird \
gmp.8:${PORTSDIR}/math/libgmp4
+CONFLICTS= pike7[28]-[0-9]*
+
OPTIONS= TTF "Add FreeType 1 support" on \
FREETYPE "Add FreeType 2 support" on \
OPT_CFLAGS "Enable additional compiliation optimizations" on \
diff --git a/lang/pike78/Makefile b/lang/pike78/Makefile
index ce72f8f6e416..d4256d6fa71a 100644
--- a/lang/pike78/Makefile
+++ b/lang/pike78/Makefile
@@ -27,6 +27,8 @@ LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \
mird.1:${PORTSDIR}/databases/mird \
gmp.8:${PORTSDIR}/math/libgmp4
+CONFLICTS= pike7[26]-[0-9]*
+
OPTIONS= TTF "Add FreeType 1 support" on \
FREETYPE "Add FreeType 2 support" on \
MYSQL "Add MySQL support" on \