summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2014-06-12 15:36:33 +0000
committerfhajny <fhajny@pkgsrc.org>2014-06-12 15:36:33 +0000
commit63e91d63ae3123fe5381e66229e19de4f9593895 (patch)
treef196fa715666b058381b3c31339b73bc2b7d13ad
parent5d33022c84145c5562e833ef3906dc8417d6fb3b (diff)
downloadpkgsrc-63e91d63ae3123fe5381e66229e19de4f9593895.tar.gz
Do not detect apt-get (just in case there's something there under the name).
-rw-r--r--net/nagios-plugins/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/nagios-plugins/Makefile b/net/nagios-plugins/Makefile
index 7288d7037b8..dc452308146 100644
--- a/net/nagios-plugins/Makefile
+++ b/net/nagios-plugins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2014/05/29 23:37:05 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2014/06/12 15:36:33 fhajny Exp $
#
PKGREVISION= 9
@@ -22,7 +22,8 @@ BUILD_DEFS+= ${NAGIOS_GROUP}
CONFIGURE_ARGS+= --without-pgsql --without-mysql \
--without-smbclient-command --without-snmpget-command \
- --without-snmpgetnext-command --without-fping-command
+ --without-snmpgetnext-command --without-fping-command \
+ --without-apt-get-command
SPECIAL_PERMS+= ${PREFIX}/libexec/nagios/check_icmp ${SETUID_ROOT_PERMS}
SPECIAL_PERMS+= ${PREFIX}/libexec/nagios/check_dhcp ${SETUID_ROOT_PERMS}