summaryrefslogtreecommitdiff
path: root/lang/php56
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-03-15 14:45:30 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-03-15 14:45:30 +0000
commita28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (patch)
treebaf6ab0b133f634d778359bdbf4c920166db5b76 /lang/php56
parentFix numerous style issues, sort the knobs, kill EOL whitespace. (diff)
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=436247
Diffstat (limited to 'lang/php56')
-rw-r--r--lang/php56/Makefile.ext8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext
index 060cf3093f58..e7607f65d776 100644
--- a/lang/php56/Makefile.ext
+++ b/lang/php56/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"
@@ -218,7 +218,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"
@@ -344,7 +344,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"