diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 11:46:48 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 11:46:48 +0000 |
commit | 13c40c380327ca1b3267c7b95ca3fde12e433313 (patch) | |
tree | 8ca42e58d2965bafa4c044c03ea72590225d4093 /net-mgmt | |
parent | 8001f3c6c6e82e0552dfaba8d32c81360e4b0af5 (diff) | |
download | ports-13c40c380327ca1b3267c7b95ca3fde12e433313.tar.gz ports-13c40c380327ca1b3267c7b95ca3fde12e433313.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ifgraph/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/p5-Net-SNMP/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/ifgraph/Makefile b/net-mgmt/ifgraph/Makefile index 7f382359cded..ead8b294b74a 100644 --- a/net-mgmt/ifgraph/Makefile +++ b/net-mgmt/ifgraph/Makefile @@ -16,7 +16,7 @@ COMMENT= Simple grapher of SNMP data with RRD RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \ p5-Color-Rgb>0:${PORTSDIR}/graphics/p5-Color-Rgb \ - ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP + p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP BUILD_DEPENDS= ${RUN_DEPENDS} USE_PERL5= yes diff --git a/net-mgmt/p5-Net-SNMP/Makefile b/net-mgmt/p5-Net-SNMP/Makefile index ef4eb41030ab..8a2712cc6c0e 100644 --- a/net-mgmt/p5-Net-SNMP/Makefile +++ b/net-mgmt/p5-Net-SNMP/Makefile @@ -18,7 +18,7 @@ COMMENT= Object oriented interface to SNMP BUILD_DEPENDS= ${ARCH_PERL}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \ ${ARCH_PERL}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ - ${SITE_PERL}/Digest/HMAC.pm:${PORTSDIR}/security/p5-Digest-HMAC + p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |