diff options
author | reed <reed> | 2006-05-06 03:54:17 +0000 |
---|---|---|
committer | reed <reed> | 2006-05-06 03:54:17 +0000 |
commit | 3fa6dbd458b999ef656e3185e8ac4ade2116562a (patch) | |
tree | a252aca64b0da53891a5d0a71c5ade8d1cf87803 /textproc/intltool | |
parent | a6b087ba669b6de9f4b01defb69d6a906f1b6af2 (diff) | |
download | pkgsrc-3fa6dbd458b999ef656e3185e8ac4ade2116562a.tar.gz |
DEPEND on newer p5-XML-Parser. As discussed on pkgsrc-users in late
March, the bumps for the updated expat never saw this package
because it depend on it directly instead of using buildlink3.mk files.
This fixes build problem where you could be attempting to install
intltool with new expat and old p5-XML-Parser.
Diffstat (limited to 'textproc/intltool')
-rw-r--r-- | textproc/intltool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index f1975937316..b06738d57f3 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/03/04 21:30:46 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2006/05/06 03:54:17 reed Exp $ # DISTNAME= intltool-0.34.2 @@ -12,7 +12,7 @@ COMMENT= Toolbox for internationalisation PKG_INSTALLATION_TYPES= overwrite pkgviews -DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser +DEPENDS+= p5-XML-Parser>=2.34nb4:../../textproc/p5-XML-Parser CONFLICTS= xml-i18n-tools-[0-9]* |