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/php70 | |
parent | c285e43283c14c5abf4dc12cfdf0793f4ca0d130 (diff) | |
download | ports-a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0.tar.gz ports-a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0.zip |
Notes
Diffstat (limited to 'lang/php70')
-rw-r--r-- | lang/php70/Makefile.ext | 8 |
1 files changed, 4 insertions, 4 deletions
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" |