diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-13 22:24:45 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-13 22:24:45 +0800 |
commit | 5e0773b87a9420f46c06beec6d52e41be63f2a71 (patch) | |
tree | 90410245fc8367c07a855bf7388cba1f555a6355 /ftp | |
parent | 0ae71182a454a617fa602b6a49c3bca02b5a3c3e (diff) | |
download | freebsd-ports-gnome-5e0773b87a9420f46c06beec6d52e41be63f2a71.tar.gz freebsd-ports-gnome-5e0773b87a9420f46c06beec6d52e41be63f2a71.tar.zst freebsd-ports-gnome-5e0773b87a9420f46c06beec6d52e41be63f2a71.zip |
LibreSSL checks: Check for libressl-devel option too
Approved by: SSL blanket
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 63222245ab48..ae702a8beb9f 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -153,7 +153,7 @@ IGNORE= only supports LDAPS with SSL IGNORE= GSSAPI_BASE is not compatible with OpenSSL from ports. Use other GSSAPI options or OpenSSL from base system .endif -.if ${SSL_DEFAULT} == libressl +.if ${SSL_DEFAULT:Mlibressl*} .if ${PORT_OPTIONS:MGSSAPI_BASE} && ${PORT_OPTIONS:MOPENSSL} IGNORE= GSSAPI_BASE is not compatible with LibreSSL. Use other GSSAPI options .endif |