diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2020-02-28 18:50:44 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2020-02-28 18:50:44 +0000 |
commit | 4c2c12c8bfc9a23ffa6b7a36f9aab3b59967bf3c (patch) | |
tree | 13f60f8ed04313b9cbe5e362f44e7be8aa7289ad /security/cyrus-sasl2/Makefile | |
parent | fafd21c92020167fcbbb15fef8427c9f667fe42c (diff) | |
download | ports-4c2c12c8bfc9a23ffa6b7a36f9aab3b59967bf3c.tar.gz ports-4c2c12c8bfc9a23ffa6b7a36f9aab3b59967bf3c.zip |
Notes
Diffstat (limited to 'security/cyrus-sasl2/Makefile')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 7f39d7b97daf..d0cc847aa7cd 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -11,14 +11,13 @@ CYRUS_CONFIGURE_ARGS= --with-saslauthd=${SASLAUTHD_RUNPATH} NO_OPTIONS_SORT= yes OPTIONS_DEFINE= ALWAYSTRUE AUTHDAEMOND DOCS KEEP_DB_OPEN \ - OBSOLETE_CRAM_ATTR OBSOLETE_DIGEST_ATTR SSL + OBSOLETE_CRAM_ATTR OBSOLETE_DIGEST_ATTR OPTIONS_RADIO= SASLDB OPTIONS_RADIO_SASLDB= BDB1 BDB GDBM LMDB OPTIONS_GROUP= PLUGIN OPTIONS_GROUP_PLUGIN= ANONYMOUS CRAM DIGEST LOGIN NTLM OTP PLAIN SCRAM OPTIONS_DEFAULT= ANONYMOUS AUTHDAEMOND BDB1 OBSOLETE_CRAM_ATTR CRAM \ - OBSOLETE_DIGEST_ATTR DIGEST LOGIN NTLM OTP PLAIN SCRAM \ - SSL + OBSOLETE_DIGEST_ATTR DIGEST LOGIN NTLM OTP PLAIN SCRAM OPTIONS_SUB= yes ALWAYSTRUE_DESC= Alwaystrue password verifier (discouraged) ALWAYSTRUE_CONFIGURE_ENABLE=alwaystrue @@ -62,8 +61,6 @@ PLAIN_DESC= PLAIN authentication PLAIN_CONFIGURE_ENABLE= plain SCRAM_DESC= SCRAM authentication SCRAM_CONFIGURE_ENABLE= scram -SSL_DESC= Uncheck this to use system openssl libraries -SSL_USES= ssl DOCS= AUTHORS COPYING ChangeLog INSTALL INSTALL.TXT README |