aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-11-25 20:26:13 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-11-25 20:26:13 +0000
commit0745c86f1055aa9e8c35b351401b1ec7248acce4 (patch)
tree1a15235afe254061f03b69654942f87795844c24 /www
parent1bd53c29eda3281587c40f09c478c91399124b02 (diff)
downloadports-0745c86f1055aa9e8c35b351401b1ec7248acce4.tar.gz
ports-0745c86f1055aa9e8c35b351401b1ec7248acce4.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/privoxy/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile
index 4a7f0725c476..24986641eca6 100644
--- a/www/privoxy/Makefile
+++ b/www/privoxy/Makefile
@@ -36,10 +36,10 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS= ACCEPT_FILTER "Enable support for accf_http(9)" Off \
- COMPRESSION "Allow compression of buffered content" Off \
+ COMPRESSION "Support compression of buffered content" Off \
DEBUG "Build with debugging symbols" Off \
- EDITOR "Allow use of the web-based action editor" On \
- FORCE "Allow blocks to be bypassed" On \
+ EDITOR "Support use of the web-based action editor" On \
+ FORCE "Support bypassing of blocks" On \
PRIVOXY_TOOLS "Install Privoxy-Log-Parser, uagen, etc." Off \
TOGGLE "Support for remote toggling" On