diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-24 06:18:08 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-24 06:18:08 +0000 |
commit | 46dfffde804529658b0cc35829fdcb34df28570c (patch) | |
tree | a7815968ae598ec04d65774fe5ddc38240d2f93d /net-mgmt/smokeping | |
parent | c63b6cd8a66ba90c2783102a19120a34365ded15 (diff) | |
download | ports-46dfffde804529658b0cc35829fdcb34df28570c.tar.gz ports-46dfffde804529658b0cc35829fdcb34df28570c.zip |
Notes
Diffstat (limited to 'net-mgmt/smokeping')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index d676322cd702..7fce73ce5f70 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -7,7 +7,7 @@ PORTNAME= smokeping PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt www MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \ http://smokeping.cs.pu.edu.tw/pub/ @@ -18,11 +18,8 @@ COMMENT= Latency logging and graphing system RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \ p5-CGI-Session>0:${PORTSDIR}/www/p5-CGI-Session \ p5-CGI-SpeedyCGI>0:${PORTSDIR}/www/p5-CGI-SpeedyCGI \ - p5-CGI.pm>0:${PORTSDIR}/www/p5-CGI.pm \ p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \ p5-Net>0:${PORTSDIR}/net/p5-Net \ - p5-Pod-Parser>0:${PORTSDIR}/textproc/p5-Pod-Parser \ p5-SNMP_Session>0:${PORTSDIR}/net-mgmt/p5-SNMP_Session \ p5-libwww>0:${PORTSDIR}/www/p5-libwww @@ -60,10 +57,6 @@ RUN_DEPENDS+= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap RUN_DEPENDS+= ${SITE_PERL}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius .endif -.if defined(WITH_LDAP) || defined(WITH_LDAPSSL) || defined(WITH_RADIUS) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes -.endif - .ifdef(WITH_LDAPSSL) RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL .endif |