diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-06-25 00:22:29 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-06-25 00:22:29 +0000 |
commit | 8ddd0dea46d908bc0d40a8becef364987892f7f6 (patch) | |
tree | f68880fc10d0d066f04631abc23e1a512120390c /ftp | |
parent | ccb85da3cb60b5905da28e1e5323b72999df5853 (diff) | |
download | ports-8ddd0dea46d908bc0d40a8becef364987892f7f6.tar.gz ports-8ddd0dea46d908bc0d40a8becef364987892f7f6.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 1e88b5728298..12e4c063305f 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -167,7 +167,7 @@ IGNORE= only supports LIBSSH2 with OpenSSL (!defined(WITH_OPENSSL_BASE) && exists(${LOCALBASE}/lib/libcrypto.so)) || \ (defined(OPENSSL_PORT) && ${OPENSSL_PORT} == "security/libressl")) .if ${PORT_OPTIONS:MGSSAPI_BASE} -IGNORE= GSSAPI_BASE is set, which is not compatible with OpenSSL/LibreSSL from ports. Unset it or do not use ports SSL. +IGNORE= GSSAPI_BASE is set, which is not compatible with OpenSSL/LibreSSL from ports. Set GSSAPI_NONE or do not use ports SSL. .endif .if ${PORT_OPTIONS:MTLS_SRP} && defined(OPENSSL_PORT) && ${OPENSSL_PORT} == "security/libressl" IGNORE= unsupported TLS-SRP in LibreSSL |