diff options
author | Lars Thegler <lth@FreeBSD.org> | 2008-01-03 15:41:27 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2008-01-03 15:41:27 +0000 |
commit | 5e59d6e45f3e44bc7788d03ef6f359febffb2b18 (patch) | |
tree | ef102cdb7c814cc231ae8cecf31ed559741364a5 /net-mgmt/smokeping | |
parent | 6e26003665e58977562c12b27f4384c81d585861 (diff) |
Notes
Diffstat (limited to 'net-mgmt/smokeping')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index 77455c9130e0..78949198d56c 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -7,6 +7,7 @@ PORTNAME= smokeping PORTVERSION= 2.2.7 +PORTREVISION= 1 CATEGORIES= net-mgmt www MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \ http://smokeping.cs.pu.edu.tw/pub/ @@ -20,7 +21,8 @@ RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \ p5-CGI.pm>0:${PORTSDIR}/www/p5-CGI.pm \ p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \ p5-Pod-Parser>0:${PORTSDIR}/textproc/p5-Pod-Parser \ - p5-Net>0:${PORTSDIR}/net/p5-Net + p5-Net>0:${PORTSDIR}/net/p5-Net \ + p5-libwww>0:${PORTSDIR}/www/p5-libwww NO_BUILD= yes USE_PERL5= yes |