aboutsummaryrefslogtreecommitdiffstats
path: root/www/squid30
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2003-12-13 21:35:48 +0800
committerkuriyama <kuriyama@FreeBSD.org>2003-12-13 21:35:48 +0800
commit6a249b7fff68f007a229cd040493bcc7083b587a (patch)
tree3849a65535750476d696ddcf11dd28d81e5ab580 /www/squid30
parenteffc2e038435f7cb89bd03ec41588cbb3cad91d3 (diff)
downloadfreebsd-ports-gnome-6a249b7fff68f007a229cd040493bcc7083b587a.tar.gz
freebsd-ports-gnome-6a249b7fff68f007a229cd040493bcc7083b587a.tar.zst
freebsd-ports-gnome-6a249b7fff68f007a229cd040493bcc7083b587a.zip
o Allow to use $SQUID_CONFIGURE_ARGS in /etc/make.conf for additional
$CONFIGURE_ARGS. No response from: maintainer
Diffstat (limited to 'www/squid30')
-rw-r--r--www/squid30/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile
index fc405c6b3f46..4d73a62b31f5 100644
--- a/www/squid30/Makefile
+++ b/www/squid30/Makefile
@@ -61,7 +61,7 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \
--enable-removal-policies="lru heap" \
--enable-auth=basic --enable-basic-auth-helpers="NCSA PAM YP" \
--enable-external-acl-helpers="ip_user unix_group" \
- --enable-underscores
+ --enable-underscores ${SQUID_CONFIGURE_ARGS}
MAKEFILE= Makefile
MAN8= pam_auth.8 squid_unix_group.8 squid.8