diff options
Diffstat (limited to 'mail/dovecot-devel')
-rw-r--r-- | mail/dovecot-devel/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mail/dovecot-devel/Makefile b/mail/dovecot-devel/Makefile index f023cd7..2854bd1 100644 --- a/mail/dovecot-devel/Makefile +++ b/mail/dovecot-devel/Makefile @@ -37,7 +37,6 @@ CONFIGURE_ARGS+= --without-docs .endif OPTIONS= KQUEUE "kqueue(2) support" on \ - SASL2 "SASL2 support" off \ GSSAPI "GSSAPI support" off \ VPOPMAIL "VPopMail support" off \ LDAP "OpenLDAP support" off \ @@ -54,13 +53,6 @@ OPTIONS= KQUEUE "kqueue(2) support" on \ CONFIGURE_ARGS+= --with-ioloop=kqueue .endif -## SASL2 support -# -.if defined(WITH_SASL2) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 -CONFIGURE_ARGS+= --with-cyrus-sasl2 -.endif - ## GSSAPI support # .if defined(WITH_GSSAPI) |