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:
parent
287121d167
commit
4e33fa2dc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326304
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user