diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
commit | a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (patch) | |
tree | baf6ab0b133f634d778359bdbf4c920166db5b76 /lang/php56 | |
parent | Fix 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.ext | 8 |
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" |