1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- fix CYRUS_SASL2 breakage

PR:		176970 (based on)
Submitted by:	john.marshall@riverwillow.com.au
Approved by:	maintainer, udo.schweigert@siemens.com (implicit)
This commit is contained in:
Jason Helfman 2013-03-14 23:17:26 +00:00
parent 07d2feffc8
commit 964f1cee53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314192

View File

@ -183,7 +183,7 @@ CONFIGURE_ARGS+= --disable-nls
.if ${PORT_OPTIONS:MCYRUS_SASL2}
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
CONFIGURE_ARGS+= with-sasl=${LOCALBASE}
CONFIGURE_ARGS+= --with-sasl=${LOCALBASE}
.endif
.if ${PORT_OPTIONS:MSMIME_OUTLOOK_COMPAT}