mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Unbroken ports menu (OPTIONS line)
This commit is contained in:
parent
76f0eff8df
commit
fd5a340a87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150257
@ -33,9 +33,9 @@ USE_PERL5_BUILD=yes
|
||||
OPTIONS= PCRE "Perl Compatible Regular Expressions" on \
|
||||
SASL "Cyrus SASLv1 (Simple Auth. and Sec. Layer)" off \
|
||||
SASL2 "Cyrus SASLv2 (Simple Auth. and Sec. Layer)" off \
|
||||
SASLKRB "If your SASL requires Kerberos select this option" off \
|
||||
SASLKRB5 "If your SASL requires Kerberos5 select this option" off \
|
||||
SASLKRB5MIT "If your SASL requires MIT Kerberos5 select this option" off\
|
||||
SASLKRB "If your SASL req. Kerberos select this option" off \
|
||||
SASLKRB5 "If your SASL req. Kerberos5 select this option" off \
|
||||
SASLKMIT "If your SASL req. MIT Kerberos5 select this option" off \
|
||||
TLS "Enable SSL and TLS support" off \
|
||||
DB3 "Berkeley DB3 (required if SASL built with DB3)" off \
|
||||
DB40 "Berkeley DB4.0 (required if SASL built with DB4.0)" off \
|
||||
@ -111,20 +111,20 @@ POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SASLKRB)
|
||||
.if defined(WITH_SASLKRB5) || defined(WITH_SASLKRB5MIT)
|
||||
.if defined(WITH_SASLKRB5) || defined(WITH_SASLKMIT)
|
||||
BROKEN= "Select only one SASL Kerberos option"
|
||||
.endif
|
||||
POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SASLKRB5)
|
||||
.if defined(WITH_SASLKRB) || defined(WITH_SASLKRB5MIT)
|
||||
.if defined(WITH_SASLKRB) || defined(WITH_SASLKMIT)
|
||||
BROKEN= "Select only one SASL Kerberos option"
|
||||
.endif
|
||||
POSTFIX_AUXLIBS+= -lkrb5 -lcrypto -lcrypt -lcom_err -lasn1 -lroken
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SASLKRB5MIT)
|
||||
.if defined(WITH_SASLKMIT)
|
||||
.if defined(WITH_SASLKRB) || defined(WITH_SASLKRB5)
|
||||
BROKEN= "Select only one SASL Kerberos option"
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user