summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/squid/options.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/squid/options.mk b/www/squid/options.mk
index b9be8041d38..629d5179878 100644
--- a/www/squid/options.mk
+++ b/www/squid/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.15 2008/10/24 14:14:53 taca Exp $
+# $NetBSD: options.mk,v 1.16 2010/02/19 17:22:13 tron Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.squid
PKG_SUPPORTED_OPTIONS= snmp ssl \
@@ -113,6 +113,8 @@ SQUID_BASIC_AUTH_HELPERS+= PAM
.if !empty(PKG_OPTIONS:Msnmp)
CONFIGURE_ARGS+= --enable-snmp
PLIST.snmp= yes
+.else
+CONFIGURE_ARGS+= --disable-snmp
.endif
.if !empty(PKG_OPTIONS:Mssl)