aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-05 19:46:48 +0800
committeraz <az@FreeBSD.org>2012-06-05 19:46:48 +0800
commit6962545ccff1d63f4f072f5df929facf58ea6dd3 (patch)
tree633659fcf8037e2df702fe0f4fb5453d26592df6 /net-mgmt
parent04c5deb4fd3441841209d06d8b0a3947846834bb (diff)
downloadfreebsd-ports-gnome-6962545ccff1d63f4f072f5df929facf58ea6dd3.tar.gz
freebsd-ports-gnome-6962545ccff1d63f4f072f5df929facf58ea6dd3.tar.zst
freebsd-ports-gnome-6962545ccff1d63f4f072f5df929facf58ea6dd3.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (lth@ via email)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/ifgraph/Makefile2
-rw-r--r--net-mgmt/p5-Net-SNMP/Makefile2
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