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 | 57ec57613f26773de5efd860266e7e86199254b7 (patch) | |
tree | 8abf46d6a8e9e71a4c3767971f8e49b7a282b86d /net/smokeping | |
parent | 99b8496906e97fd4f9e056e33a19d467a989039b (diff) | |
download | pkgsrc-57ec57613f26773de5efd860266e7e86199254b7.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 |