diff options
author | ghen <ghen@pkgsrc.org> | 2008-02-04 13:07:54 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2008-02-04 13:07:54 +0000 |
commit | 68490e2e6a69b9e4793491fd8382b8fa097bc2c7 (patch) | |
tree | 22ec876ce38b553d0319a21a5eacfddac2cb9b0f /mail/postfix-current | |
parent | fb59c6d4fece2b2ecc765ef6efedc3f40b4fa03a (diff) | |
download | pkgsrc-68490e2e6a69b9e4793491fd8382b8fa097bc2c7.tar.gz |
-DUSE_SASL_AUTH is defined by default in Makefile now.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/options.mk b/mail/postfix-current/options.mk index a42f17428c7..fa2e7e0f01f 100644 --- a/mail/postfix-current/options.mk +++ b/mail/postfix-current/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.20 2008/01/25 09:44:54 ghen Exp $ +# $NetBSD: options.mk,v 1.21 2008/02/04 13:07:54 ghen Exp $ # Global and legacy options @@ -91,7 +91,7 @@ AUXLIBS+= -L${PGSQL_PREFIX}/lib -lpq \ BUILDLINK_INCDIRS.cyrus-sasl= include/sasl SASLLIBDIR= ${PREFIX}/lib/sasl2 PWCHECK_METHOD= auxprop -CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL +CCARGS+= -DUSE_CYRUS_SASL AUXLIBS+= -L${BUILDLINK_PREFIX.cyrus-sasl}/lib \ ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.cyrus-sasl}/lib \ -lsasl2 |