aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-23 10:19:02 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-23 10:19:02 +0000
commitfd95fdbe01a67e886b20b9ab7a8427aeeffe827e (patch)
tree79dc3c9729a57692ae9d181806747eed83bc90b6 /ftp
parent8b62234838a6fc27a06d45703bf3b4d80d1a2b65 (diff)
downloadports-fd95fdbe01a67e886b20b9ab7a8427aeeffe827e.tar.gz
ports-fd95fdbe01a67e886b20b9ab7a8427aeeffe827e.zip
Make it possible to have bsd.default-versions.mk included before any
other bsd.*.mk file. Restore the way ftp/curl was working before. With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6921
Notes
Notes: svn path=/head/; revision=417358
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 793e4c96a7e7..568eace6cc11 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -31,9 +31,9 @@ RESOLV_DESC= DNS resolving options
THREADED_RESOLVER_DESC= Threaded DNS resolver
TLS_SRP_DESC= TLS-SRP (Secure Remote Password) support
-LOCALBASE?= /usr/local
+.include <${.CURDIR}/../../Mk/bsd.default-versions.mk>
-.if exists(${LOCALBASE}/lib/libcrypto.so)
+.if ${SSL_DEFAULT} != base
OPTIONS_DEFAULT+= GSSAPI_NONE
.else
OPTIONS_DEFAULT+= GSSAPI_BASE