diff options
Diffstat (limited to 'net-mgmt/p5-Nagios-Plugin/Makefile')
-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 \ |