diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 16:38:28 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 16:38:28 +0000 |
commit | bd628ddcbff93f8ff901ebb81bbba628cde8dd36 (patch) | |
tree | e80da1c3b12e9b81638116893714879a05f794fd /net-mgmt/nagios-snmp-plugins | |
parent | 259d0c73e85e3e5b27cd7a952368f8556e6333d0 (diff) | |
download | ports-bd628ddcbff93f8ff901ebb81bbba628cde8dd36.tar.gz ports-bd628ddcbff93f8ff901ebb81bbba628cde8dd36.zip |
Notes
Diffstat (limited to 'net-mgmt/nagios-snmp-plugins')
-rw-r--r-- | net-mgmt/nagios-snmp-plugins/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/nagios-snmp-plugins/Makefile b/net-mgmt/nagios-snmp-plugins/Makefile index 4710a292dbf5..43d256dc044e 100644 --- a/net-mgmt/nagios-snmp-plugins/Makefile +++ b/net-mgmt/nagios-snmp-plugins/Makefile @@ -16,10 +16,9 @@ COMMENT= Additional SNMP plugins for Nagios LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp +USES= gmake perl5 GNU_CONFIGURE= yes USE_AUTOTOOLS= automake14 autoheader autoconf -USE_GMAKE= yes -USE_PERL5= yes NAGIOS_PLUGIN_DIR= ${PREFIX}/libexec/nagios |