1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Fix SSL and Feedparser options

PR:		ports/181806
Approved by:	crees (mentor)
This commit is contained in:
Mark Felder 2013-09-04 17:39:41 +00:00
parent 287121d167
commit 4e33fa2dc3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326304

View File

@ -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}