aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-10-11 14:12:14 +0800
committermarcus <marcus@FreeBSD.org>2003-10-11 14:12:14 +0800
commit68ff0fb502c24e9e2220d8e4267adb7af2e9a389 (patch)
treeb1c3c33d4d37f38e67ded48af883e7d0e5ee0e8e /textproc
parent25dff4b94efdca9d43b1c15163344902ca2da12a (diff)
downloadfreebsd-ports-gnome-68ff0fb502c24e9e2220d8e4267adb7af2e9a389.tar.gz
freebsd-ports-gnome-68ff0fb502c24e9e2220d8e4267adb7af2e9a389.tar.zst
freebsd-ports-gnome-68ff0fb502c24e9e2220d8e4267adb7af2e9a389.zip
intltool and xml-i18n-tools conflict with each other.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/intltool/Makefile2
-rw-r--r--textproc/xml-i18n-tools/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile
index 79d59a718a74..a2d492aab7f9 100644
--- a/textproc/intltool/Makefile
+++ b/textproc/intltool/Makefile
@@ -27,4 +27,6 @@ CONFIGURE_ARGS= --libdir="${PREFIX}/libdata"
MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \
intltool-update.8 intltoolize.8
+CONFLICTS= xml-i18n-tools-*
+
.include <bsd.port.mk>
diff --git a/textproc/xml-i18n-tools/Makefile b/textproc/xml-i18n-tools/Makefile
index 371b39f01943..eeb7b3596553 100644
--- a/textproc/xml-i18n-tools/Makefile
+++ b/textproc/xml-i18n-tools/Makefile
@@ -18,4 +18,6 @@ USE_GMAKE= yes
USE_PERL5= yes
USE_LIBTOOL= yes
+CONFLICTS= intltool-*
+
.include <bsd.port.mk>