diff options
Diffstat (limited to 'www/squid31/Makefile')
-rw-r--r-- | www/squid31/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index d77708668ac..35e302dac26 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2011/04/15 09:48:56 adam Exp $ +# $NetBSD: Makefile,v 1.31 2011/05/11 04:26:15 adam Exp $ DISTNAME= squid-3.1.12 PKGNAME= ${DISTNAME} # Necessary for "pkgsrc/www/squid/options.mk" +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v3/3.1/ \ ${SQUID_MASTER_SITES} @@ -19,6 +20,7 @@ GNU_CONFIGURE= yes .include "../../www/squid/Makefile.squid" CONFIGURE_ARGS+= --disable-strict-error-checking +CONFIGURE_ARGS+= --enable-icap-client CONFIGURE_ARGS+= --with-default-user=${SQUID_USER} CONFIGURE_ARGS+= --with-pidfile=${VARBASE}/run/squid.pid |