diff options
author | Mark Felder <feld@FreeBSD.org> | 2013-09-04 17:39:41 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2013-09-04 17:39:41 +0000 |
commit | 4e33fa2dc31dc88cc84749ea8dd6695e63c1db9f (patch) | |
tree | d06a0934bea69b480be55c4c824650bf2c913e21 /news | |
parent | 287121d1671e32bb34bd17837a3650d214618da6 (diff) | |
download | ports-4e33fa2dc31dc88cc84749ea8dd6695e63c1db9f.tar.gz ports-4e33fa2dc31dc88cc84749ea8dd6695e63c1db9f.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/sabnzbdplus/Makefile | 4 |
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} |