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 /ftp | |
parent | 7c7defda8b5ab3e9adbb3cc196b947b24db4a47b (diff) |
Notes
Diffstat (limited to 'ftp')
-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 |