aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-06-19 14:16:17 +0800
committerEric Anholt <anholt@FreeBSD.org>2004-06-19 14:16:17 +0800
commitaf01fcc14eff1eda2c4f1e2e119e642d63358ce4 (patch)
treee0796abf1af88ffadc3d7f79f2d4ac1cb3618eaa
parent9f98a09a07294fa3c1ce8da51c8d2f2504b28626 (diff)
downloadfreebsd-ports-af01fcc14eff1eda2c4f1e2e119e642d63358ce4.tar.gz
freebsd-ports-af01fcc14eff1eda2c4f1e2e119e642d63358ce4.tar.zst
freebsd-ports-af01fcc14eff1eda2c4f1e2e119e642d63358ce4.zip
Register CONFLICTS between imake ports.
Notes
Notes: svn path=/head/; revision=111789
-rw-r--r--devel/imake-4/Makefile2
-rw-r--r--devel/imake-6/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/imake-4/Makefile b/devel/imake-4/Makefile
index dbb222eb7cfb..81247bd675f2 100644
--- a/devel/imake-4/Makefile
+++ b/devel/imake-4/Makefile
@@ -16,6 +16,8 @@ DISTFILES= X430src-1.tgz X430src-3.tgz
MAINTAINER= x11@FreeBSD.org
COMMENT= Imake and other utilities from XFree86
+CONFLICTS= imake-6*
+
PREFIX?= ${X11BASE}
USE_PERL5= YES
USE_REINPLACE= yes
diff --git a/devel/imake-6/Makefile b/devel/imake-6/Makefile
index 06e4a58eb9b7..677cd95b0c34 100644
--- a/devel/imake-6/Makefile
+++ b/devel/imake-6/Makefile
@@ -17,6 +17,8 @@ DISTFILES= X11R6.7.0-src1.tar.gz \
MAINTAINER= x11@FreeBSD.org
COMMENT= Imake and other utilities from X.Org
+CONFLICTS= imake-4*
+
PREFIX?= ${X11BASE}
USE_PERL5= YES
USE_REINPLACE= yes