diff options
author | az <az@FreeBSD.org> | 2012-06-30 00:47:42 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 00:47:42 +0800 |
commit | 5f496069a0fc2ffe8e7ae155fab2ea5c1d81d9ae (patch) | |
tree | 6c92964daaa632260369a3b1af695c201e7f3fcb /net-mgmt | |
parent | a69df40abcf6c0679144d4bfbc59ecd188480438 (diff) | |
download | freebsd-ports-gnome-5f496069a0fc2ffe8e7ae155fab2ea5c1d81d9ae.tar.gz freebsd-ports-gnome-5f496069a0fc2ffe8e7ae155fab2ea5c1d81d9ae.tar.zst freebsd-ports-gnome-5f496069a0fc2ffe8e7ae155fab2ea5c1d81d9ae.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios-silfreed-plugins/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/weathermap/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/nagios-silfreed-plugins/Makefile b/net-mgmt/nagios-silfreed-plugins/Makefile index 267dbde9bc55..605287c6bcf3 100644 --- a/net-mgmt/nagios-silfreed-plugins/Makefile +++ b/net-mgmt/nagios-silfreed-plugins/Makefile @@ -26,8 +26,8 @@ COMMENT= Additional SNMP plugins for Nagios from silfreed.net # Also uses traceroute, dig at runtime (in base system with hardcoded paths). RUN_DEPENDS+= \ - ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ - ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP + p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ + p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP .if defined(WITH_EXPECT_TOOLS) RUN_DEPENDS+= \ ${LOCALBASE}/bin/expect:${PORTSDIR}/lang/expect diff --git a/net-mgmt/weathermap/Makefile b/net-mgmt/weathermap/Makefile index 4136602d0db2..4b084a1d1088 100644 --- a/net-mgmt/weathermap/Makefile +++ b/net-mgmt/weathermap/Makefile @@ -15,7 +15,7 @@ MAINTAINER= lippe@FreeBSD.org COMMENT= This tool displays the utilization of the network links LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD/Image.pm:${PORTSDIR}/graphics/p5-GD \ +RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ mrtg:${PORTSDIR}/net-mgmt/mrtg NO_BUILD= yes |