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 | 50e5a28605b3b5feeb320f004c715dfe95d61e56 (patch) | |
tree | 49a26975a304864d9b888c9bd852c72bc20756d3 | |
parent | 050982e7f699c0a871c7f16f31b1494470558c37 (diff) | |
download | pkgsrc-50e5a28605b3b5feeb320f004c715dfe95d61e56.tar.gz |
Use DEPENDS+= by default, not DEPENDS=.
-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]* |