diff options
author | adam <adam@pkgsrc.org> | 2011-05-11 04:26:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-05-11 04:26:15 +0000 |
commit | 07dad213c1dc794516427d198604f96d8ec9c7db (patch) | |
tree | 3c68acf7c94ff8f972402f25c9b2dd7705362935 /www/squid31 | |
parent | 7bd4b23c783d77e3e4d1350c1001f289f31e8a88 (diff) | |
download | pkgsrc-07dad213c1dc794516427d198604f96d8ec9c7db.tar.gz |
Enabled ICAP client, for dependend packages to work.
Diffstat (limited to 'www/squid31')
-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 |