diff options
author | lth <lth@FreeBSD.org> | 2008-01-03 23:41:27 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2008-01-03 23:41:27 +0800 |
commit | 5d22e3f1d63be47d6e39d6d80a5b53af33dc3530 (patch) | |
tree | 56d68e01fe11938fd8d9c463e4ca9613424db32b /net-mgmt | |
parent | e5032cf0383fd3a77568f7d653d1cee0ef023146 (diff) | |
download | freebsd-ports-gnome-5d22e3f1d63be47d6e39d6d80a5b53af33dc3530.tar.gz freebsd-ports-gnome-5d22e3f1d63be47d6e39d6d80a5b53af33dc3530.tar.zst freebsd-ports-gnome-5d22e3f1d63be47d6e39d6d80a5b53af33dc3530.zip |
- Add missing dependency
- Bump PORTREVISION
Noticed by: "Marcello Gorlani" <gorlani@gorlani.com>
Diffstat (limited to 'net-mgmt')
-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 |