Remove OPTION SASL2: unused

PR:		ports/103109
Submitted by:	Nikolai Nespor
Approved by:	maintainer
This commit is contained in:
Volker Stolz 2006-09-12 02:33:53 +00:00
parent 5f84967ba3
commit b4783e1e30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172810
2 changed files with 0 additions and 16 deletions

View file

@ -37,7 +37,6 @@ CONFIGURE_ARGS+= --without-docs
.endif .endif
OPTIONS= KQUEUE "kqueue(2) support" on \ OPTIONS= KQUEUE "kqueue(2) support" on \
SASL2 "SASL2 support" off \
GSSAPI "GSSAPI support" off \ GSSAPI "GSSAPI support" off \
VPOPMAIL "VPopMail support" off \ VPOPMAIL "VPopMail support" off \
LDAP "OpenLDAP support" off \ LDAP "OpenLDAP support" off \
@ -54,13 +53,6 @@ OPTIONS= KQUEUE "kqueue(2) support" on \
CONFIGURE_ARGS+= --with-ioloop=kqueue CONFIGURE_ARGS+= --with-ioloop=kqueue
.endif .endif
## SASL2 support
#
.if defined(WITH_SASL2)
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
CONFIGURE_ARGS+= --with-cyrus-sasl2
.endif
## GSSAPI support ## GSSAPI support
# #
.if defined(WITH_GSSAPI) .if defined(WITH_GSSAPI)

View file

@ -37,7 +37,6 @@ CONFIGURE_ARGS+= --without-docs
.endif .endif
OPTIONS= KQUEUE "kqueue(2) support" on \ OPTIONS= KQUEUE "kqueue(2) support" on \
SASL2 "SASL2 support" off \
GSSAPI "GSSAPI support" off \ GSSAPI "GSSAPI support" off \
VPOPMAIL "VPopMail support" off \ VPOPMAIL "VPopMail support" off \
LDAP "OpenLDAP support" off \ LDAP "OpenLDAP support" off \
@ -54,13 +53,6 @@ OPTIONS= KQUEUE "kqueue(2) support" on \
CONFIGURE_ARGS+= --with-ioloop=kqueue CONFIGURE_ARGS+= --with-ioloop=kqueue
.endif .endif
## SASL2 support
#
.if defined(WITH_SASL2)
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
CONFIGURE_ARGS+= --with-cyrus-sasl2
.endif
## GSSAPI support ## GSSAPI support
# #
.if defined(WITH_GSSAPI) .if defined(WITH_GSSAPI)