diff options
author | jmmv <jmmv@pkgsrc.org> | 2002-12-05 12:05:51 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2002-12-05 12:05:51 +0000 |
commit | fd4e9ddc7d8cca63ec7868cefd627e4a231bc720 (patch) | |
tree | b6cf6050b90599d3fc6ef2cf0d848a7958583fbf /textproc/xml-i18n-tools | |
parent | 7da6cc985af728189b25eda8d0a66735bceea38c (diff) | |
download | pkgsrc-fd4e9ddc7d8cca63ec7868cefd627e4a231bc720.tar.gz |
intltool conflicts with xml-i18n-tools (they install files in the same
place). Add CONFLICTS sentenctes according to this.
Diffstat (limited to 'textproc/xml-i18n-tools')
-rw-r--r-- | textproc/xml-i18n-tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/xml-i18n-tools/Makefile b/textproc/xml-i18n-tools/Makefile index 699e6782a7f..11473e037f2 100644 --- a/textproc/xml-i18n-tools/Makefile +++ b/textproc/xml-i18n-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/10/19 10:54:59 rh Exp $ +# $NetBSD: Makefile,v 1.7 2002/12/05 12:05:52 jmmv Exp $ DISTNAME= xml-i18n-tools-0.9 CATEGORIES= textproc gnome @@ -8,6 +8,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://news.gnome.org/gnome-news/979851911/ COMMENT= XML internationalisation tools +CONFLICTS+= intltool-[0-9]* + USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_GMAKE= YES |