aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-09-13 22:24:45 +0800
committermarino <marino@FreeBSD.org>2016-09-13 22:24:45 +0800
commitf6452e7a678dffcbd9727da0bf3ce76947eac9c6 (patch)
tree90410245fc8367c07a855bf7388cba1f555a6355 /ftp
parent11d282aaaabf56f768e724290435d207399464fc (diff)
downloadfreebsd-ports-gnome-f6452e7a678dffcbd9727da0bf3ce76947eac9c6.tar.gz
freebsd-ports-gnome-f6452e7a678dffcbd9727da0bf3ce76947eac9c6.tar.zst
freebsd-ports-gnome-f6452e7a678dffcbd9727da0bf3ce76947eac9c6.zip
LibreSSL checks: Check for libressl-devel option too
Approved by: SSL blanket
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile2
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