aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-03-15 14:45:54 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-03-15 14:45:54 +0000
commite51bbb58a4c6768d011c6b5ec5e74fd757f85e57 (patch)
tree1854068f339c180ccfac6a1304765861eb2e85fc /news
parenta28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (diff)
downloadports-e51bbb58a4c6768d011c6b5ec5e74fd757f85e57.tar.gz
ports-e51bbb58a4c6768d011c6b5ec5e74fd757f85e57.zip
Remove all _USE=openssl occurrences.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=436248
Diffstat (limited to 'news')
-rw-r--r--news/nzbget/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile
index ebe2c3dcaa7a..717167ef1003 100644
--- a/news/nzbget/Makefile
+++ b/news/nzbget/Makefile
@@ -47,7 +47,7 @@ RAR_RUN_DEPENDS= unrar:archivers/unrar
OPENSSL_CONFIGURE_ON= --with-tlslib=OpenSSL \
--with-openssl-includes=${OPENSSLINC} \
--with-openssl-libraries=${OPENSSLLIB}
-OPENSSL_USE= OPENSSL=yes
+OPENSSL_USES= ssl
GNUTLS_CONFIGURE_ON= --with-tlslib=GnuTLS
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \