diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-19 13:22:54 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-19 13:22:54 +0000 |
commit | ea05f2f200ad12123f4242397ce52d487d040185 (patch) | |
tree | ebe20a3dae28cb38daf734d76019280c1b8380c6 /textproc/intltool/Makefile | |
parent | 3d043f8983a7958c7b30db75efccaa6ef6a4520d (diff) | |
download | pkgsrc-ea05f2f200ad12123f4242397ce52d487d040185.tar.gz |
Do not install the xml-i18n-toolize program, so this package can coexist
with xml-i18n-tools. Bump PKGREVISION.
This fixes the build of the gnome meta-package; pointed out by tron.
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r-- | textproc/intltool/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 65842a2e318..ba99f80ee09 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/02/01 16:08:15 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2003/02/19 13:22:54 jmmv Exp $ # DISTNAME= intltool-0.25 +PKGREVISION= 1 CATEGORIES= textproc devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.25/} EXTRACT_SUFX= .tar.bz2 @@ -10,7 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ COMMENT= Toolbox for internationalisation -CONFLICTS+= xml-i18n-tools-[0-9]* +CONFLICTS= xml-i18n-tools<=0.9 USE_GMAKE= YES USE_BUILDLINK2= YES |