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:
John Marino 2016-09-13 16:05:45 +00:00
parent 7c7defda8b
commit 74f2e01aa4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422028

View file

@ -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