From a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Wed, 15 Mar 2017 14:45:30 +0000 Subject: Remove all USE_OPENSSL occurrences. Sponsored by: Absolight --- lang/php70/Makefile.ext | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/php70') diff --git a/lang/php70/Makefile.ext b/lang/php70/Makefile.ext index f581ac4038d0..19500235f636 100644 --- a/lang/php70/Makefile.ext +++ b/lang/php70/Makefile.ext @@ -86,7 +86,7 @@ CONFIGURE_ARGS+=--enable-ftp \ --with-openssl-dir=${OPENSSLBASE} LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl -USE_OPENSSL= yes +USES+= ssl .endif .if ${PHP_MODNAME} == "gd" @@ -144,7 +144,7 @@ CONFIGURE_ARGS+=--with-imap=${LOCALBASE} \ --with-imap-ssl=${OPENSSLBASE} LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl -USE_OPENSSL= yes +USES+= ssl .endif .if ${PHP_MODNAME} == "interbase" @@ -210,7 +210,7 @@ CONFIGURE_ARGS+=--enable-odbc \ CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl -USE_OPENSSL= yes +USES+= ssl .endif .if ${PHP_MODNAME} == "opcache" @@ -336,7 +336,7 @@ CONFIGURE_ENV+= ac_cv_buggy_snprint_value="no" LIB_DEPENDS+= libnetsnmp.so:net-mgmt/net-snmp LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl -USE_OPENSSL= yes +USES+= ssl .endif .if ${PHP_MODNAME} == "soap" -- cgit v1.2.3