diff options
author | Jeremy Chadwick <koitsu@FreeBSD.org> | 2008-03-09 20:10:31 +0000 |
---|---|---|
committer | Jeremy Chadwick <koitsu@FreeBSD.org> | 2008-03-09 20:10:31 +0000 |
commit | 4f1c50d78b6b5a3b275c781ee3c4269f5ee04b0a (patch) | |
tree | d90167abfb3d70ba80783353729c406af2d00299 /net-mgmt | |
parent | 6dd76798978b8cf16468e6f49c1ae4e20e4854c5 (diff) | |
download | ports-4f1c50d78b6b5a3b275c781ee3c4269f5ee04b0a.tar.gz ports-4f1c50d78b6b5a3b275c781ee3c4269f5ee04b0a.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/cricket/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/cricket/Makefile b/net-mgmt/cricket/Makefile index 80c01f992953..c83c694a987b 100644 --- a/net-mgmt/cricket/Makefile +++ b/net-mgmt/cricket/Makefile @@ -16,8 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A high performance, extremely flexible monitoring system -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net-mgmt/p5-SNMP_Session \ ${SITE_PERL}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate |