pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/intltool Use DEPENDS+= by default, not DEPENDS=.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b42df707ce9b
branches:  trunk
changeset: 488574:b42df707ce9b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Feb 04 14:21:00 2005 +0000

description:
Use DEPENDS+= by default, not DEPENDS=.

diffstat:

 textproc/intltool/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2fc77acc185a -r b42df707ce9b textproc/intltool/Makefile
--- a/textproc/intltool/Makefile        Fri Feb 04 13:58:32 2005 +0000
+++ b/textproc/intltool/Makefile        Fri Feb 04 14:21:00 2005 +0000
@@ -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 @@
 
 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]*
 



Home | Main Index | Thread Index | Old Index