aboutsummaryrefslogtreecommitdiff
path: root/lang/gnustep-base
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-03-15 14:45:54 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-03-15 14:45:54 +0000
commite51bbb58a4c6768d011c6b5ec5e74fd757f85e57 (patch)
tree1854068f339c180ccfac6a1304765861eb2e85fc /lang/gnustep-base
parenta28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (diff)
downloadports-e51bbb58a4c6768d011c6b5ec5e74fd757f85e57.tar.gz
ports-e51bbb58a4c6768d011c6b5ec5e74fd757f85e57.zip
Remove all _USE=openssl occurrences.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=436248
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r--lang/gnustep-base/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile
index 1f77159809cc..6857c2ae30b0 100644
--- a/lang/gnustep-base/Makefile
+++ b/lang/gnustep-base/Makefile
@@ -52,7 +52,7 @@ ICU_CONFIGURE_OFF= --disable-icu
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
GNUTLS_CONFIGURE_ENABLE=tls
-OPENSSL_USE= OPENSSL=yes
+OPENSSL_USES= ssl
OPENSSL_CONFIGURE_OFF= --disable-openssl
.include <bsd.port.options.mk>