diff options
author | vs <vs@FreeBSD.org> | 2006-09-12 02:33:53 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-09-12 02:33:53 +0000 |
commit | 7f7bf3c241570390541b307451ebe66c97b41ecd (patch) | |
tree | 2ca41c1c1834e90d38ff93bea9bb14db704d38b1 /mail/dovecot-devel | |
parent | d0b8255ebc5c55a1361dd56101af164cea3f7ad7 (diff) | |
download | FreeBSD-ports-7f7bf3c241570390541b307451ebe66c97b41ecd.zip FreeBSD-ports-7f7bf3c241570390541b307451ebe66c97b41ecd.tar.gz |
Remove OPTION SASL2: unused
PR: ports/103109
Submitted by: Nikolai Nespor
Approved by: maintainer
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) |