diff options
| author | John Marino <marino@FreeBSD.org> | 2016-09-13 16:05:45 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2016-09-13 16:05:45 +0000 |
| commit | 74f2e01aa40b7f882200ba516fa846196f019a0b (patch) | |
| tree | b16490b8d0247f39101eb14ae7039e526580e2f8 | |
| parent | audio/simon -- Remove INSTALLS_ICONS and make stage-qa happy (diff) | |
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
| -rw-r--r-- | ftp/curl/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index db02e3056b14..cf078911f3cb 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -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 |
