diff options
author | eadler <eadler@FreeBSD.org> | 2012-02-07 21:29:00 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-02-07 21:29:00 +0800 |
commit | d7b4af38e646a9dbd984bc2c01ecd1085eb77342 (patch) | |
tree | b455ad0fefe7215ab112f9e36cf1721f1b8261bd /net-mgmt | |
parent | 7a528e435bc821be276150b55b8c35e7e431786d (diff) | |
download | freebsd-ports-gnome-d7b4af38e646a9dbd984bc2c01ecd1085eb77342.tar.gz freebsd-ports-gnome-d7b4af38e646a9dbd984bc2c01ecd1085eb77342.tar.zst freebsd-ports-gnome-d7b4af38e646a9dbd984bc2c01ecd1085eb77342.zip |
The variable is USE_PERL5 not USE_PERL
Submitted by: Alex Kozlov
Reviewed by: perl (swills)
Approved by: portmgr (pav)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios-snmp-plugins-extras/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios-snmp-plugins-extras/Makefile b/net-mgmt/nagios-snmp-plugins-extras/Makefile index 8c7ff1c7e10d..88ec664c044c 100644 --- a/net-mgmt/nagios-snmp-plugins-extras/Makefile +++ b/net-mgmt/nagios-snmp-plugins-extras/Makefile @@ -15,7 +15,7 @@ MAINTAINER= alexey@renatasystems.org COMMENT= A set of Nagios plugins written in Perl to check devices with SNMP NO_BUILD= yes -USE_PERL_RUN= yes +USE_PERL5_RUN= yes RUN_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ ${LOCALBASE}/libexec/nagios/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins |