www/squid: DragonFly needs an include CFLAG with Kerberos

This commit is contained in:
John Marino 2014-10-23 13:48:10 +00:00
parent 5bcd3062f5
commit fa37091ec7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371394

View File

@ -226,6 +226,7 @@ basic_auth+= NIS
negotiate_auth= kerberos wrapper
. if ${OPSYS} == DragonFly
LIB_DEPENDS+= libkrb5.so:${PORTSDIR}/security/krb5
CFLAGS+= -I${LOCALBASE}/include
. endif
# the kerberos_ldap_group external helper also depends on LDAP and SASL:
. if ${PORT_OPTIONS:MAUTH_LDAP} && ${PORT_OPTIONS:MAUTH_SASL}