diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-20 08:54:44 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-20 08:54:44 +0000 |
commit | 7fe469912d406fbdad5446a8c87ae201d12853f1 (patch) | |
tree | 0902f7bd3d88ccaa053e9a46b72d8dc1c8537264 /net/nagios-plugins/Makefile | |
parent | 87fba41f9697e16ff3fdb03ba602731723f12bc5 (diff) | |
download | pkgsrc-7fe469912d406fbdad5446a8c87ae201d12853f1.tar.gz |
Perl is needed at run time. PKGREVISION++
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 |