diff options
author | lioux <lioux@FreeBSD.org> | 2002-10-17 21:23:02 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-10-17 21:23:02 +0800 |
commit | 0499ff01fe4d8f84911107c4e2b120c7cfd72f8b (patch) | |
tree | 3e25c043ce26ec6630a3cce02749c0ccc769fab4 /net-mgmt/smokeping | |
parent | 58d26c8984c7e0fc7f34b69049e457f926507f7b (diff) | |
download | freebsd-ports-gnome-0499ff01fe4d8f84911107c4e2b120c7cfd72f8b.tar.gz freebsd-ports-gnome-0499ff01fe4d8f84911107c4e2b120c7cfd72f8b.tar.zst freebsd-ports-gnome-0499ff01fe4d8f84911107c4e2b120c7cfd72f8b.zip |
o Add missing dependency
o Bump PORTREVISION
PR: 44166
Submitted by: maintainer
Diffstat (limited to 'net-mgmt/smokeping')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index 82bbe210dbf6..be208697dd2b 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -7,6 +7,7 @@ PORTNAME= smokeping PORTVERSION= 1.16 +PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ @@ -18,6 +19,7 @@ RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser \ + ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping USE_PERL5= yes |