diff options
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/options.mk b/mail/postfix/options.mk index 80546fee5da..747bb989a29 100644 --- a/mail/postfix/options.mk +++ b/mail/postfix/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.22 2006/05/31 18:22:24 ghen Exp $ +# $NetBSD: options.mk,v 1.23 2006/07/30 10:59:24 adrianp Exp $ # Global and legacy options @@ -88,7 +88,7 @@ AUXLIBS+= -L${PGSQL_PREFIX}/lib -lpq \ BUILDLINK_INCDIRS.cyrus-sasl= include/sasl SASLLIBDIR= ${PREFIX}/lib/sasl2 PWCHECK_METHOD= auxprop -CCARGS+= -DUSE_SASL_AUTH +CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL AUXLIBS+= -L${BUILDLINK_PREFIX.cyrus-sasl}/lib \ ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.cyrus-sasl}/lib \ -lsasl2 |