summaryrefslogtreecommitdiffstats
path: root/http/privoxy/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'http/privoxy/DEPENDS')
-rwxr-xr-xhttp/privoxy/DEPENDS11
1 files changed, 8 insertions, 3 deletions
diff --git a/http/privoxy/DEPENDS b/http/privoxy/DEPENDS
index 01938ce0ef..7f408c78c5 100755
--- a/http/privoxy/DEPENDS
+++ b/http/privoxy/DEPENDS
@@ -1,11 +1,16 @@
-depends zlib &&
depends autoconf &&
+optional_depends zlib \
+ "--enable-zlib" \
+ "--disable-zlib" \
+ "to decompress data before filtering" &&
+
optional_depends pcre \
'--enable-dynamic-pcre' \
'--disable-dynamic-pcre' \
- 'PCRE (Perl regexp) support' &&
+ 'for PCRE (Perl regexp) support' &&
+
optional_depends docbook-dtd \
- '--with-docbook=/usr/share/sgml/docbook/xml-dtd-4.2' \
+ '--with-docbook=$INSTALL_ROOT/usr/share/sgml/docbook/xml-dtd-4.2' \
'--without-docbook' \
'generation of docs'