aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-Nagios-Plugin
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2009-10-23 08:30:06 +0800
committerleeym <leeym@FreeBSD.org>2009-10-23 08:30:06 +0800
commit75205115cdf6bddfbff26bcfedce5e08f2906975 (patch)
tree991a1c1e56001d7e1bb27797788685314b6afc9a /net-mgmt/p5-Nagios-Plugin
parent3bc752279a968cc2b8d02edba7f7a80f4b657adc (diff)
downloadfreebsd-ports-gnome-75205115cdf6bddfbff26bcfedce5e08f2906975.tar.gz
freebsd-ports-gnome-75205115cdf6bddfbff26bcfedce5e08f2906975.tar.zst
freebsd-ports-gnome-75205115cdf6bddfbff26bcfedce5e08f2906975.zip
- replace ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm with p5-Params-Validate>=0 since it changed the file path.
- portlint PR: follow-up to ports/139837 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'net-mgmt/p5-Nagios-Plugin')
-rw-r--r--net-mgmt/p5-Nagios-Plugin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/p5-Nagios-Plugin/Makefile b/net-mgmt/p5-Nagios-Plugin/Makefile
index 0b1779969d11..ab5f658d3160 100644
--- a/net-mgmt/p5-Nagios-Plugin/Makefile
+++ b/net-mgmt/p5-Nagios-Plugin/Makefile
@@ -17,7 +17,7 @@ COMMENT= Modules to streamline writing Nagios plugins
PERL_CONFIGURE= 5.8.0+
BUILD_DEPENDS+= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
- ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
+ 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
RUN_DEPENDS+= ${BUILD_DEPENDS}