ftp/curl: Remove second redundant ports SSL + base GSSAPI check
If one tries to use the base gssapi with SSL from ports, gssapi.mk will add an IGNORE entry. Suggested by: mat
This commit is contained in:
parent
7c7defda8b
commit
74f2e01aa4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422028
1 changed files with 0 additions and 4 deletions
|
@ -149,10 +149,6 @@ IGNORE= only supports TLS-SRP with either OpenSSL or GnuTLS
|
|||
IGNORE= only supports LDAPS with SSL
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGSSAPI_BASE} && ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT} != base
|
||||
IGNORE= GSSAPI_BASE is not compatible with OpenSSL from ports. Use other GSSAPI options or OpenSSL from base system
|
||||
.endif
|
||||
|
||||
.if ${SSL_DEFAULT:Mlibressl*}
|
||||
.if ${PORT_OPTIONS:MTLS_SRP}
|
||||
IGNORE= unsupported TLS-SRP in LibreSSL
|
||||
|
|
Loading…
Reference in a new issue