diff options
author | bouyer <bouyer@pkgsrc.org> | 2015-06-24 18:05:57 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2015-06-24 18:05:57 +0000 |
commit | 9ad9d25c57ac3a9335c06b4ee776ace6252a4617 (patch) | |
tree | 450a259af666bdb0c6de7de9c9f96a84ce261cbe | |
parent | be71411117130961d528106ecb4da6296a76e14d (diff) | |
download | pkgsrc-9ad9d25c57ac3a9335c06b4ee776ace6252a4617.tar.gz |
Also depend on p5-CGI and p5-CGI-Fast. Should fix build with new perl
-rw-r--r-- | net/smokeping/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile index a69b9f8931c..700c6c56d4c 100644 --- a/net/smokeping/Makefile +++ b/net/smokeping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2015/06/12 10:50:53 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2015/06/24 18:05:57 bouyer Exp $ DISTNAME= smokeping-2.6.7 PKGREVISION= 5 @@ -20,6 +20,8 @@ DEPENDS+= {perl>=5.8.0,p5-Digest-MD5>=2.20}:../../security/p5-Digest-MD5 DEPENDS+= p5-Digest-HMAC>=1.03:../../security/p5-Digest-HMAC DEPENDS+= p5-libwww>=5.64:../../www/p5-libwww DEPENDS+= p5-FCGI>=0.74:../../www/p5-FCGI +DEPENDS+= p5-CGI>=4.20:../../www/p5-CGI +DEPENDS+= p5-CGI-Fast>=2.09:../../www/p5-CGI-Fast DEPENDS+= p5-Config-Grammar>=1.10:../../devel/p5-Config-Grammar USE_TOOLS+= pax gmake perl:run |