From 8c1c6c9ff5feeb4909b0b79cad35566d605a5199 Mon Sep 17 00:00:00 2001 From: dholland Date: Tue, 14 Oct 2014 06:39:30 +0000 Subject: Enable compression. From Ben Gergely in PR 49280. PKGREVISION -> 6 --- www/privoxy/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index e42b7e8b1c3..f4f8c24aab4 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.53 2014/05/29 23:38:17 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2014/10/14 06:39:30 dholland Exp $ # DISTNAME= ${PKGNAME_NOREV}-stable-src PKGNAME= privoxy-3.0.19 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ijbswa/} @@ -46,6 +46,7 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q} CONFIGURE_ARGS+= --sysconfdir=${EGDIR:Q} CONFIGURE_ARGS+= --with-user=${PRIVOXY_USER:Q} CONFIGURE_ARGS+= --with-group=${PRIVOXY_GROUP:Q} +CONFIGURE_ARGS+= --enable-compression USER_GROUP= ${PRIVOXY_USER} ${PRIVOXY_GROUP} -- cgit v1.2.3