From aecb60f292a68c2fb57983ee6133762020f7d2e3 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 19 Feb 2010 17:22:13 +0000 Subject: At least the "squid31" package needs "--disable-snmp" as SNMP as enabled by default. Use that configure option if the "snmp" option is disabled. --- www/squid/options.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www/squid') 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) -- cgit v1.2.3