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/smokeping | |
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/smokeping')
-rw-r--r-- | net/smokeping/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |