diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-09-12 02:33:53 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-09-12 02:33:53 +0000 |
commit | b4783e1e305a2be262021e81dd94e115b02a354f (patch) | |
tree | 379bc940a4031765433d35e30f67cd3e5cd92595 | |
parent | 5f84967ba343a82412e6cd36aa27c2ab7a2bf91c (diff) | |
download | freebsd-ports-b4783e1e305a2be262021e81dd94e115b02a354f.zip |
Remove OPTION SASL2: unused
PR: ports/103109
Submitted by: Nikolai Nespor
Approved by: maintainer
-rw-r--r-- | mail/dovecot-devel/Makefile | 8 | ||||
-rw-r--r-- | mail/dovecot/Makefile | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/mail/dovecot-devel/Makefile b/mail/dovecot-devel/Makefile index f023cd7e2e0d..2854bd13ea6d 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) diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index f023cd7e2e0d..2854bd13ea6d 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/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) |