aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Nagios-Plugin
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-30 12:42:52 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-30 12:42:52 +0000
commitc9b4f372f45de0fc56af0a64e1f851a1e22a9279 (patch)
tree7f80c1c66cbf0347e6332598f6c4b63f7fff070a /net-mgmt/p5-Nagios-Plugin
parent657447da66b38ad1fbbfe5d9829ede801ebd2923 (diff)
downloadports-c9b4f372f45de0fc56af0a64e1f851a1e22a9279.tar.gz
ports-c9b4f372f45de0fc56af0a64e1f851a1e22a9279.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes: svn path=/head/; revision=300264
Diffstat (limited to 'net-mgmt/p5-Nagios-Plugin')
-rw-r--r--net-mgmt/p5-Nagios-Plugin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/p5-Nagios-Plugin/Makefile b/net-mgmt/p5-Nagios-Plugin/Makefile
index 92cf2b870bef..76e3d5279fd7 100644
--- a/net-mgmt/p5-Nagios-Plugin/Makefile
+++ b/net-mgmt/p5-Nagios-Plugin/Makefile
@@ -17,10 +17,10 @@ COMMENT= Modules to streamline writing Nagios plugins
PERL_CONFIGURE= yes
-BUILD_DEPENDS+= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
+BUILD_DEPENDS+= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
- ${SITE_PERL}/Math/Calc/Units.pm:${PORTSDIR}/math/p5-Math-Calc-Units \
- ${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny
+ p5-Math-Calc-Units>=0:${PORTSDIR}/math/p5-Math-Calc-Units \
+ p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny
RUN_DEPENDS+= ${BUILD_DEPENDS}
MAN3= Nagios::Plugin.3 \