aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/routers2
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-30 20:42:52 +0800
committeraz <az@FreeBSD.org>2012-06-30 20:42:52 +0800
commit9c3610198c70d4848e049e3cfafddaae4213ab87 (patch)
treeb4ac412c1f5608fbffd6c72418cdc570bfc11d6b /net-mgmt/routers2
parent5144a33c408bb6536cad50aaaa281f624050cc12 (diff)
downloadfreebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.tar.gz
freebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.tar.zst
freebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'net-mgmt/routers2')
-rw-r--r--net-mgmt/routers2/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/net-mgmt/routers2/Makefile b/net-mgmt/routers2/Makefile
index ee2be96522b4..08b5a6a2b7f3 100644
--- a/net-mgmt/routers2/Makefile
+++ b/net-mgmt/routers2/Makefile
@@ -16,14 +16,14 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= kiwi@oav.net
COMMENT= Frontend for the MRTG system monitoring software
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
-RUN_DEPENDS= ${SITE_PERL}/Convert/ASN1/IO.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \
- ${SITE_PERL}/Crypt/UnixCrypt.pm:${PORTSDIR}/security/p5-Crypt-UnixCrypt \
- ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
- ${SITE_PERL}/Crypt/UnixCrypt.pm:${PORTSDIR}/security/p5-Crypt-UnixCrypt \
- ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
- ${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net-mgmt/p5-SNMP_Session \
- ${SITE_PERL}/CGI/SpeedyCGI.pm:${PORTSDIR}/www/p5-CGI-SpeedyCGI \
+BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD
+RUN_DEPENDS= p5-Convert-ASN1>=0:${PORTSDIR}/converters/p5-Convert-ASN1 \
+ p5-Crypt-UnixCrypt>=0:${PORTSDIR}/security/p5-Crypt-UnixCrypt \
+ p5-GD>=0:${PORTSDIR}/graphics/p5-GD \
+ p5-Crypt-UnixCrypt>=0:${PORTSDIR}/security/p5-Crypt-UnixCrypt \
+ p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
+ p5-SNMP_Session>=0:${PORTSDIR}/net-mgmt/p5-SNMP_Session \
+ p5-CGI-SpeedyCGI>=0:${PORTSDIR}/www/p5-CGI-SpeedyCGI \
${LOCALBASE}/bin/mrtg:${PORTSDIR}/net-mgmt/mrtg
WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION}