diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-11 06:12:14 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-11 06:12:14 +0000 |
commit | 68ff0fb502c24e9e2220d8e4267adb7af2e9a389 (patch) | |
tree | b1c3c33d4d37f38e67ded48af883e7d0e5ee0e8e /textproc/intltool/Makefile | |
parent | 25dff4b94efdca9d43b1c15163344902ca2da12a (diff) | |
download | FreeBSD-ports-68ff0fb502c24e9e2220d8e4267adb7af2e9a389.zip FreeBSD-ports-68ff0fb502c24e9e2220d8e4267adb7af2e9a389.tar.gz |
intltool and xml-i18n-tools conflict with each other.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r-- | textproc/intltool/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 79d59a7..a2d492a 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> |