diff options
author | delphij <delphij@FreeBSD.org> | 2007-08-30 17:20:17 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-08-30 17:20:17 +0800 |
commit | beb82fb73d3f80dcbaa33bb3cb65da9cac778582 (patch) | |
tree | 94287f359ee059053cce03adc9b028fed5664cf6 /mail/postfix25 | |
parent | b8dcc0f0af0ad7ed46f950c3c4a3fa0d5b7aa48f (diff) | |
download | freebsd-ports-gnome-beb82fb73d3f80dcbaa33bb3cb65da9cac778582.tar.gz freebsd-ports-gnome-beb82fb73d3f80dcbaa33bb3cb65da9cac778582.tar.zst freebsd-ports-gnome-beb82fb73d3f80dcbaa33bb3cb65da9cac778582.zip |
Allow dovecot and cyrus SASL to work together.
PORTREVISION intentionally not bumped.
Submitted by: baptiste.daroussin@gmail.com
PR: ports/110678
Approved by: maintainer
Diffstat (limited to 'mail/postfix25')
-rw-r--r-- | mail/postfix25/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile index ad08b35b8cbe..e1d71d6a4449 100644 --- a/mail/postfix25/Makefile +++ b/mail/postfix25/Makefile @@ -104,18 +104,12 @@ POSTFIX_CCARGS+= -DNO_PCRE .endif .if defined(WITH_SASL2) -.if defined(WITH_DOVECOT) -BROKEN= Select only one SASL authentication method -.endif LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt .endif .if defined(WITH_DOVECOT) -.if defined(WITH_SASL2) -BROKEN= Select only one SASL authentication method -.endif RUN_DEPENDS+= dovecot:${PORTSDIR}/mail/dovecot POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\" .endif |