aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2007-08-30 09:20:17 +0000
committerXin LI <delphij@FreeBSD.org>2007-08-30 09:20:17 +0000
commit635c03c64765d407fe57a8b469da0fd9d7aa7992 (patch)
treef8216664d1be3e7e8e0c6434fffe5236c964cffa /mail/postfix
parentac60678af88a8846324cf7bdc5f9ae9ef44cf654 (diff)
downloadports-635c03c64765d407fe57a8b469da0fd9d7aa7992.tar.gz
ports-635c03c64765d407fe57a8b469da0fd9d7aa7992.zip
Notes
Diffstat (limited to 'mail/postfix')
-rw-r--r--mail/postfix/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index ad08b35b8cbe..e1d71d6a4449 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/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