From e51bbb58a4c6768d011c6b5ec5e74fd757f85e57 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Wed, 15 Mar 2017 14:45:54 +0000 Subject: Remove all _USE=openssl occurrences. Sponsored by: Absolight --- lang/bigloo/Makefile | 2 +- lang/gnustep-base/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index 361e3cdb80c1..ec5f53aecbc3 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -66,7 +66,7 @@ GSTREAMER_USE= GSTREAMER=yes GSTREAMER_CONFIGURE_OFF=--disable-gstreamer MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 MPG123_CONFIGURE_OFF= --disable-mpg123 -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl OPENSSL_CONFIGURE_OFF= --disable-ssl SQLITE_USES= sqlite SQLITE_CONFIGURE_OFF= --disable-pkglib --disable-sqlite 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 -- cgit v1.2.3