aboutsummaryrefslogtreecommitdiffstats
path: root/news/sabnzbdplus
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2013-09-05 01:39:41 +0800
committerfeld <feld@FreeBSD.org>2013-09-05 01:39:41 +0800
commitaa62d40f9bb2fa6856d72166c24b767937b4a124 (patch)
treed06a0934bea69b480be55c4c824650bf2c913e21 /news/sabnzbdplus
parent20272f06579fa364ee86f3102b7c3fb9eb9eaa3c (diff)
downloadfreebsd-ports-gnome-aa62d40f9bb2fa6856d72166c24b767937b4a124.tar.gz
freebsd-ports-gnome-aa62d40f9bb2fa6856d72166c24b767937b4a124.tar.zst
freebsd-ports-gnome-aa62d40f9bb2fa6856d72166c24b767937b4a124.zip
Fix SSL and Feedparser options
PR: ports/181806 Approved by: crees (mentor)
Diffstat (limited to 'news/sabnzbdplus')
-rw-r--r--news/sabnzbdplus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile
index cc6de8f41ffd..e2abb7210ffc 100644
--- a/news/sabnzbdplus/Makefile
+++ b/news/sabnzbdplus/Makefile
@@ -99,7 +99,7 @@ RUN_DEPENDS+= par2repair:${PORTSDIR}/archivers/par2cmdline-tbb
.endif
.if ${PORT_OPTIONS:MFEEDPARSER}
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl
+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser
.endif
.if ${PORT_OPTIONS:MYENC}
@@ -107,7 +107,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_yenc.so:${PORTSDIR}/news/py-yenc
.endif
.if ${PORT_OPTIONS:MOPENSSL}
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser
+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl
.endif
.if ${PORT_OPTIONS:MUNRAR}