diff options
author | jmmv <jmmv> | 2003-02-19 13:23:19 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-02-19 13:23:19 +0000 |
commit | 4c8b2d391ea32c67a131480235731dd0635c6c24 (patch) | |
tree | f4ae8174a06e739cd40af333d951ae5dca09168d /textproc | |
parent | c98e286c99ad9c819f4ee65403dcf92cbd7807c6 (diff) | |
download | pkgsrc-4c8b2d391ea32c67a131480235731dd0635c6c24.tar.gz |
We can now coexist with intltool-0.25nb1 and above. Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xml-i18n-tools/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/xml-i18n-tools/Makefile b/textproc/xml-i18n-tools/Makefile index 11473e037f2..62746dc351d 100644 --- a/textproc/xml-i18n-tools/Makefile +++ b/textproc/xml-i18n-tools/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2002/12/05 12:05:52 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2003/02/19 13:23:19 jmmv Exp $ DISTNAME= xml-i18n-tools-0.9 +PKGREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/xml-i18n-tools/0.9/} @@ -8,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://news.gnome.org/gnome-news/979851911/ COMMENT= XML internationalisation tools -CONFLICTS+= intltool-[0-9]* +CONFLICTS= intltool<=0.25 USE_BUILDLINK2= YES GNU_CONFIGURE= YES |