Date: Wed, 4 Sep 2013 17:39:41 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326304 - head/news/sabnzbdplus Message-ID: <201309041739.r84HdfXN031216@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Wed Sep 4 17:39:41 2013 New Revision: 326304 URL: http://svnweb.freebsd.org/changeset/ports/326304 Log: Fix SSL and Feedparser options PR: ports/181806 Approved by: crees (mentor) Modified: head/news/sabnzbdplus/Makefile Modified: head/news/sabnzbdplus/Makefile ============================================================================== --- head/news/sabnzbdplus/Makefile Wed Sep 4 17:39:25 2013 (r326303) +++ head/news/sabnzbdplus/Makefile Wed Sep 4 17:39:41 2013 (r326304) @@ -99,7 +99,7 @@ RUN_DEPENDS+= par2repair:${PORTSDIR}/arc .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 .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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309041739.r84HdfXN031216>