diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-06-26 21:53:51 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-06-26 21:53:51 +0000 |
commit | 5d910c3624f951c1aa2e8d55eb4fce0bddd66252 (patch) | |
tree | 291d0074b00883de738a026a868226da9f43fe0b /news/nzbget | |
parent | 93160c70d5aae6b70fc507c8f0377ba186e431d4 (diff) | |
download | ports-5d910c3624f951c1aa2e8d55eb4fce0bddd66252.tar.gz ports-5d910c3624f951c1aa2e8d55eb4fce0bddd66252.zip |
Notes
Diffstat (limited to 'news/nzbget')
-rw-r--r-- | news/nzbget/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index b5d3def1b2c8..1d840fe90b45 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -39,7 +39,10 @@ OPTIONS_DEFAULT= PAR GNUTLS .endif .if ${PORT_OPTIONS:MOPENSSL} - CONFIGURE_ARGS+= --with-tlslib=OpenSSL + USE_OPENSSL= yes + CONFIGURE_ARGS+= --with-tlslib=OpenSSL \ + --with-openssl-includes=${OPENSSLINC} \ + --with-openssl-libraries=${OPENSSLLIB} .endif .if ${PORT_OPTIONS:MGNUTLS} |