diff options
Diffstat (limited to 'net/nagios-plugins/Makefile')
-rw-r--r-- | net/nagios-plugins/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/nagios-plugins/Makefile b/net/nagios-plugins/Makefile index 920a17891fb..ee69ed8c1be 100644 --- a/net/nagios-plugins/Makefile +++ b/net/nagios-plugins/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/08/23 18:45:31 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2006/10/20 08:54:44 rillig Exp $ # +PKGREVISION= 1 CATEGORIES= net sysutils MAINTAINER= pkgsrc-users@NetBSD.org @@ -11,6 +12,8 @@ COMMENT= Nagios plugins .include "../../mk/bsd.prefs.mk" +USE_TOOLS+= perl:run + CONFIGURE_ARGS+= --without-pgsql --without-mysql \ --without-smbclient-command --without-snmpget-command \ --without-snmpgetnext-command --without-fping-command |