summaryrefslogtreecommitdiff
path: root/news
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 /news
parentFix numerous style issues, sort the knobs, kill EOL whitespace. (diff)
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
Diffstat (limited to 'news')
-rw-r--r--news/newsstar/Makefile2
-rw-r--r--news/suck/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/news/newsstar/Makefile b/news/newsstar/Makefile
index 204fbec63aba..e5697edfa4da 100644
--- a/news/newsstar/Makefile
+++ b/news/newsstar/Makefile
@@ -38,7 +38,7 @@ INSTALL_TARGET= install-am
.endif
.if ${PORT_OPTIONS:MSSL}
-USE_OPENSSL= yes
+USES+= ssl
.else
CONFIGURE_ARGS+=--disable-ssl
.endif
diff --git a/news/suck/Makefile b/news/suck/Makefile
index a741a1e226c9..4d5e514e09b7 100644
--- a/news/suck/Makefile
+++ b/news/suck/Makefile
@@ -59,7 +59,7 @@ CONFLICTS+= suck-cnews-4.*
.endif
.if ${PORT_OPTIONS:MSSL}
-USE_OPENSSL= yes
+USES+= ssl
MAKE_ENV+= SSL_LIB="-lssl -lcrypto"
MAKE_ENV+= SSL_DEFS="-I${OPENSSLINC} -DHAVE_LIBSSL"
MAKE_ENV+= SSL_LIB_LOC="-L${OPENSSLLIB}"