diff options
author | rafan <rafan@FreeBSD.org> | 2008-02-23 12:24:02 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-02-23 12:24:02 +0800 |
commit | b56abb22d3ad1defb5f5ad7171c439bf660c7e91 (patch) | |
tree | e7de21db46a3b44f20a0a79f1307df140d8a292e /net-mgmt | |
parent | 38a1fde648f6b0bc4b2cae308168b288ddb16d0e (diff) | |
download | freebsd-ports-graphics-b56abb22d3ad1defb5f5ad7171c439bf660c7e91.tar.gz freebsd-ports-graphics-b56abb22d3ad1defb5f5ad7171c439bf660c7e91.tar.zst freebsd-ports-graphics-b56abb22d3ad1defb5f5ad7171c439bf660c7e91.zip |
- Fix makefile
Noticed by: Dan Langille
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Nagios-Plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/p5-Nagios-Plugin/Makefile b/net-mgmt/p5-Nagios-Plugin/Makefile index 759d8b1686d..21a3480ed79 100644 --- a/net-mgmt/p5-Nagios-Plugin/Makefile +++ b/net-mgmt/p5-Nagios-Plugin/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Access ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/Math/Calc/Units.pm:${PORTSDIR}/math/p5-Math-Calc-Units RUN_DEPENDS+= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ - ${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny + ${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny \ ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/Math/Calc/Units.pm:${PORTSDIR}/math/p5-Math-Calc-Units |