diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-10 02:22:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-10 02:22:49 +0000 |
commit | 89ef9a34db2beaaa21b26f7b17a5b40ca495ec48 (patch) | |
tree | 8abf46d6a8e9e71a4c3767971f8e49b7a282b86d /net | |
parent | 2bbee7b9c9cd35ce4c14679aecf1335bfead9b7a (diff) | |
download | pkgsrc-89ef9a34db2beaaa21b26f7b17a5b40ca495ec48.tar.gz |
PERL5_REQD is now a list of values, so append to its value instead of
setting it.
Diffstat (limited to 'net')
-rw-r--r-- | net/mrtg/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-DNS/Makefile | 4 | ||||
-rw-r--r-- | net/smokeping/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index 5696fa3b698..49927132f59 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2003/12/17 14:22:48 martti Exp $ +# $NetBSD: Makefile,v 1.47 2004/02/10 02:22:50 jlam Exp $ DISTNAME= mrtg-2.10.11 PKGREVISION= 1 @@ -29,7 +29,7 @@ COMMENT= The Multi-Router Traffic Grapher USE_BUILDLINK2= YES USE_PERL5= YES -PERL5_REQD= 5.6.1 +PERL5_REQD+= 5.6.1 USE_X11= YES GNU_CONFIGURE= YES BUILD_DEFS+= USE_INET6 diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 7e7f41b56e6..bd81dfc5514 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/01/25 16:56:27 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2004/02/10 02:22:50 jlam Exp $ # DISTNAME= Net-DNS-0.45 @@ -20,7 +20,7 @@ DEPENDS+= p5-Digest-MD5>=2.12:../../security/p5-Digest-MD5 PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES -PERL5_REQD= 5.6.0 +PERL5_REQD+= 5.6.0 MAKE_PARAMS= --online-tests PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/DNS/.packlist diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile index 943d8ab77ae..89c60ddddab 100644 --- a/net/smokeping/Makefile +++ b/net/smokeping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 17:11:16 martti Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/10 02:22:50 jlam Exp $ DISTNAME= smokeping-1.19 CATEGORIES= net @@ -14,7 +14,7 @@ DEPENDS+= p5-Digest-MD5>=2.20:../../security/p5-Digest-MD5 DEPENDS+= p5-libwww>=5.64:../../www/p5-libwww USE_PERL5= YES -PERL5_REQD= 5.6.0 +PERL5_REQD+= 5.6.0 USE_PKGINSTALL= yes PKG_SYSCONFSUBDIR?= smokeping |