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/intltool | |
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/intltool')
-rw-r--r-- | textproc/intltool/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 7ce1afdd5ad..6399283813b 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/10/19 10:54:58 rh Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/05 12:05:51 jmmv Exp $ # DISTNAME= intltool-0.18 @@ -10,6 +10,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ COMMENT= Toolbox for internationalisation +CONFLICTS+= xml-i18n-tools-[0-9]* + USE_GMAKE= YES USE_BUILDLINK2= YES GNU_CONFIGURE= YES |