summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/erlang-riak/Makefile3
-rw-r--r--lang/mosh/Makefile3
-rw-r--r--lang/php56/Makefile.ext8
-rw-r--r--lang/php70/Makefile.ext8
-rw-r--r--lang/php71/Makefile.ext8
-rw-r--r--lang/qore/Makefile3
-rw-r--r--lang/rubinius/Makefile3
-rw-r--r--lang/ruby21/Makefile3
-rw-r--r--lang/urweb/Makefile4
9 files changed, 18 insertions, 25 deletions
diff --git a/lang/erlang-riak/Makefile b/lang/erlang-riak/Makefile
index be355d7a68d3..95c57ac670a0 100644
--- a/lang/erlang-riak/Makefile
+++ b/lang/erlang-riak/Makefile
@@ -14,10 +14,9 @@ WRKSRC= ${WRKDIR}/otp_src_${ERL_RELEASE}
ERL_RELEASE= R16B02-basho5
-USES= gmake ncurses perl5
+USES= gmake ncurses perl5 ssl
USE_PERL5= build
GNU_CONFIGURE= yes
-USE_OPENSSL= yes
CONFIGURE_ARGS+=--with-ssl=/usr \
--disable-hipe \
diff --git a/lang/mosh/Makefile b/lang/mosh/Makefile
index e4344b0021d5..94c6f735c965 100644
--- a/lang/mosh/Makefile
+++ b/lang/mosh/Makefile
@@ -23,8 +23,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \
CONFLICTS_INSTALL= mosh-1.[0-9].*
-USES= gmake
-USE_OPENSSL= yes
+USES= gmake ssl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/lib
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"
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"
diff --git a/lang/php71/Makefile.ext b/lang/php71/Makefile.ext
index ee917b5278b7..b4ffaee45333 100644
--- a/lang/php71/Makefile.ext
+++ b/lang/php71/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"
diff --git a/lang/qore/Makefile b/lang/qore/Makefile
index e46d6b299e39..ec4d4aeaec56 100644
--- a/lang/qore/Makefile
+++ b/lang/qore/Makefile
@@ -17,8 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \
BROKEN_powerpc64= Does not build
-USES= gmake iconv libtool:build pathfix autoreconf
-USE_OPENSSL= yes
+USES= gmake iconv libtool:build pathfix autoreconf ssl
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GITHUB= yes
diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile
index fdff89f4b804..f4dc3f823f54 100644
--- a/lang/rubinius/Makefile
+++ b/lang/rubinius/Makefile
@@ -48,9 +48,8 @@ LLVM38_DESC= LLVM 3.8
LLVM39_DESC= LLVM 3.9
LLVM40_DESC= LLVM 4.0
-USES= execinfo gmake perl5 readline tar:bzip2 libedit
+USES= execinfo gmake perl5 readline tar:bzip2 libedit ssl
USE_LOCALE= en_US.UTF-8
-USE_OPENSSL= yes
USE_RUBY= yes
RUBY_NO_RUN_DEPENDS= yes
USE_PERL5= build
diff --git a/lang/ruby21/Makefile b/lang/ruby21/Makefile
index 2bb5dc203bf3..2fc67cb6c5ce 100644
--- a/lang/ruby21/Makefile
+++ b/lang/ruby21/Makefile
@@ -36,8 +36,7 @@ GNU_CONFIGURE= yes
# Keep this, else ruby will fail to load libraries dependent of libpthread.
LIBS+= -lpthread -L${LOCALBASE}/lib
USE_LDCONFIG= yes
-USE_OPENSSL= yes
-USES= autoreconf cpe execinfo tar:xz
+USES= autoreconf cpe execinfo tar:xz ssl
WRKSRC= ${RUBY_WRKSRC}
RUBY_VER= 2.1
diff --git a/lang/urweb/Makefile b/lang/urweb/Makefile
index 529605010361..ec0933e88463 100644
--- a/lang/urweb/Makefile
+++ b/lang/urweb/Makefile
@@ -17,9 +17,8 @@ BUILD_DEPENDS= mlton:lang/mlton
CONFIGURE_ENV= CCARGS="-I${LOCALBASE}/include"
GNU_CONFIGURE= yes
-USES= gmake libtool tar:tgz
+USES= gmake libtool tar:tgz ssl
USE_LDCONFIG= yes
-USE_OPENSSL= yes
ONLY_FOR_ARCHS= i386 amd64
CFLAGS+= -pthread
@@ -30,7 +29,6 @@ ELISP_DESC= Install contributed Emacs Lisp
.include <bsd.port.options.mk>
-USE_OPENSSL= yes
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
.if ${PORT_OPTIONS:MELISP}