diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-04 14:21:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-04 14:21:00 +0000 |
commit | 9e204f49f82120eecf0152c38f1a1cbfbe50a3a7 (patch) | |
tree | 49a26975a304864d9b888c9bd852c72bc20756d3 /textproc/intltool | |
parent | e9034c8c8889da82f9a8d5644dd55719ee9c719b (diff) | |
download | pkgsrc-9e204f49f82120eecf0152c38f1a1cbfbe50a3a7.tar.gz |
Use DEPENDS+= by default, not DEPENDS=.
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 51d8366a027..5fbf81949f1 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/12/25 12:05:59 jmmv Exp $ +# $NetBSD: Makefile,v 1.22 2005/02/04 14:21:00 wiz Exp $ # DISTNAME= intltool-0.32.1 @@ -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.31nb1:../../textproc/p5-XML-Parser CONFLICTS= xml-i18n-tools-[0-9]* |