diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2012-12-10 15:10:02 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2012-12-10 15:10:02 +0000 |
commit | dda3fab6a50d589e03e7af3d4a1d7e541b25dd1d (patch) | |
tree | 1711a4de2edde9b0137e76902f860ab891c4f0ac /www/squid31/Makefile | |
parent | e879bf0e28bd8041b3bf436362433c7fc9f35a9c (diff) |
Notes
Diffstat (limited to 'www/squid31/Makefile')
-rw-r--r-- | www/squid31/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 3b55e62347e8..ea451f222ef5 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -48,6 +48,7 @@ PORTNAME= squid PORTVERSION= 3.1.${SQUID_STABLE_VER} +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ http://mirrors.ccs.neu.edu/Squid/ \ @@ -253,7 +254,7 @@ external_acl+= ldap_group libexec+= digest_ldap_auth squid_ldap_auth squid_ldap_group .endif .if defined(WITH_SQUID_SASL_AUTH) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |