diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-23 10:51:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-23 10:51:51 +0000 |
commit | 4193e70b91e5d1ec7c46400ea472ce27300ac274 (patch) | |
tree | cccd6ba4a5c2e7218392dfe4193870a46ac9e23b /www/squid/Makefile | |
parent | 31e6e06927738ef72b2e680f8add2185e3916b9f (diff) |
Notes
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 1af62e2881f2..364655531489 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -76,7 +76,7 @@ PORTNAME= squid PORTVERSION= 2.6.20 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ ftp://mirrors.24-7-solutions.net/pub/squid/%SUBDIR%/ \ @@ -236,7 +236,7 @@ libexec+= sasl_auth basic_auth+= YP libexec+= yp_auth .endif -CONFIGURE_ARGS+= --enable-auth="basic ntlm digest" \ +CONFIGURE_ARGS+= --enable-auth="basic digest negotiate ntlm" \ --enable-basic-auth-helpers="${basic_auth}" \ --enable-digest-auth-helpers="${digest_auth}" \ --enable-external-acl-helpers="${external_acl}" \ |