diff options
author | az <az@FreeBSD.org> | 2012-06-30 20:42:52 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 20:42:52 +0800 |
commit | 9c3610198c70d4848e049e3cfafddaae4213ab87 (patch) | |
tree | b4ac412c1f5608fbffd6c72418cdc570bfc11d6b /net-mgmt/p5-Nagios-Plugin | |
parent | 5144a33c408bb6536cad50aaaa281f624050cc12 (diff) | |
download | freebsd-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/p5-Nagios-Plugin')
-rw-r--r-- | net-mgmt/p5-Nagios-Plugin/Makefile | 6 |
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 \ |