mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Remove OPTION SASL2: unused
PR: ports/103109 Submitted by: Nikolai Nespor Approved by: maintainer
This commit is contained in:
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
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue