diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-16 16:44:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-16 16:44:04 +0800 |
commit | 54fe086946300e97f880eadf5c3294ffafd89807 (patch) | |
tree | 289ec4aa8b822fb645ed24b93d3aecb4b11d3438 /www/squid | |
parent | 117881353a4b7072903cc6e7f10e947c2fa9dcc5 (diff) | |
download | freebsd-ports-gnome-54fe086946300e97f880eadf5c3294ffafd89807.tar.gz freebsd-ports-gnome-54fe086946300e97f880eadf5c3294ffafd89807.tar.zst freebsd-ports-gnome-54fe086946300e97f880eadf5c3294ffafd89807.zip |
Fix some non default LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index e77f47518d41..dae846b77e46 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -232,7 +232,7 @@ external_acl+= ldap_group libexec+= digest_ldap_auth squid_ldap_auth squid_ldap_group .endif .if ${PORT_OPTIONS:MSASL_AUTH} -LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |