diff options
author | gdt <gdt> | 2009-05-26 13:32:29 +0000 |
---|---|---|
committer | gdt <gdt> | 2009-05-26 13:32:29 +0000 |
commit | 941439225796954248334d75e252079f0fb9e3b6 (patch) | |
tree | 56961d4a1cec35bca3acdae72dd7ea76081d3539 /net/nagios-plugins | |
parent | def652ae2b55a6381e2d24bfa5760ef0e1d49ee4 (diff) | |
download | pkgsrc-941439225796954248334d75e252079f0fb9e3b6.tar.gz |
Set PKG_GROUPS.
Diffstat (limited to 'net/nagios-plugins')
-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 96e991e7055..2c605435516 100644 --- a/net/nagios-plugins/Makefile +++ b/net/nagios-plugins/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2009/04/11 17:24:00 tonnerre Exp $ +# $NetBSD: Makefile,v 1.19 2009/05/26 13:32:29 gdt Exp $ # CATEGORIES= net sysutils +PKGREVISION= 1 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/nagiosplug/ @@ -13,6 +14,8 @@ COMMENT= Nagios plugins USE_TOOLS+= perl:run +PKG_GROUPS+= NAGIOS_GROUP + CONFIGURE_ARGS+= --without-pgsql --without-mysql \ --without-smbclient-command --without-snmpget-command \ --without-snmpgetnext-command --without-fping-command |