aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-09-13 23:37:00 +0800
committermarino <marino@FreeBSD.org>2016-09-13 23:37:00 +0800
commit1d124354b21e682a3449a01d611c01b46058553a (patch)
tree3f7b9a982f0afcf023f9718db28fd67738197854 /ftp
parentfe0bd8175aa6bdf3ed5910d2f2841494ff5e25cd (diff)
downloadfreebsd-ports-gnome-1d124354b21e682a3449a01d611c01b46058553a.tar.gz
freebsd-ports-gnome-1d124354b21e682a3449a01d611c01b46058553a.tar.zst
freebsd-ports-gnome-1d124354b21e682a3449a01d611c01b46058553a.zip
ftp/curl: Remove 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
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index ae702a8beb9f..db02e3056b14 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -154,9 +154,6 @@ IGNORE= GSSAPI_BASE is not compatible with OpenSSL from ports. Use other GSSAPI
.endif
.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
.if ${PORT_OPTIONS:MTLS_SRP}
IGNORE= unsupported TLS-SRP in LibreSSL
.endif