summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2016-07-25 09:50:33 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2016-07-25 09:50:33 +0000
commit89f873140a039bbfeaaa25d947d5bd58092ea112 (patch)
tree0f2b73cfc8160afca5b0a0351057db2432062f05
parentUpdate to Wine 1.9.15. This includes the following changes: (diff)
Convert USE_OPENSSL to USES=ssl.
Notes
Notes: svn path=/head/; revision=419037
-rw-r--r--lang/erlang-runtime15/Makefile2
-rw-r--r--lang/erlang-runtime16/Makefile2
-rw-r--r--lang/erlang-runtime17/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/erlang-runtime15/Makefile b/lang/erlang-runtime15/Makefile
index 4f520d13e95c..d90892189a42 100644
--- a/lang/erlang-runtime15/Makefile
+++ b/lang/erlang-runtime15/Makefile
@@ -78,7 +78,7 @@ CONFIGURE_ARGS+=--without-dynamic-trace
.endif
.if ${PORT_OPTIONS:MOPENSSL}
-USE_OPENSSL= yes
+USES+= ssl
CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE}
.else
CONFIGURE_ARGS+=--without-ssl
diff --git a/lang/erlang-runtime16/Makefile b/lang/erlang-runtime16/Makefile
index 874317375314..38420ec9c6e1 100644
--- a/lang/erlang-runtime16/Makefile
+++ b/lang/erlang-runtime16/Makefile
@@ -78,7 +78,7 @@ CONFIGURE_ARGS+=--without-dynamic-trace
.endif
.if ${PORT_OPTIONS:MOPENSSL}
-USE_OPENSSL= yes
+USES+= ssl
CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE}
.else
CONFIGURE_ARGS+=--without-ssl
diff --git a/lang/erlang-runtime17/Makefile b/lang/erlang-runtime17/Makefile
index 6d1c6e7baf31..637b4a2d98a5 100644
--- a/lang/erlang-runtime17/Makefile
+++ b/lang/erlang-runtime17/Makefile
@@ -87,7 +87,7 @@ CONFIGURE_ARGS+=--without-dynamic-trace
.endif
.if ${PORT_OPTIONS:MOPENSSL}
-USE_OPENSSL= yes
+USES+= ssl
CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE}
.else
CONFIGURE_ARGS+=--without-ssl