diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 06:12:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 06:12:14 +0000 |
commit | 11b73965f00bd36a8df144b2982d314e90ca1aa1 (patch) | |
tree | 7f0d9637057cddf7df7ccefe2d92a914750a904c /textproc/xml-i18n-tools | |
parent | Add CONFLICTS for ports that install files with the same name. (diff) |
intltool and xml-i18n-tools conflict with each other.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'textproc/xml-i18n-tools')
-rw-r--r-- | textproc/xml-i18n-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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> |