diff options
author | pi <pi@FreeBSD.org> | 2016-03-13 06:32:54 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-03-13 06:32:54 +0800 |
commit | 55ccbb09936b2c4706918a7f4437c58990320c72 (patch) | |
tree | fbb552761d292907d3542dd318cdec93758200e5 /news | |
parent | caef85532c41f51ecaf20e7be7f11d7da0e85f7f (diff) | |
download | freebsd-ports-gnome-55ccbb09936b2c4706918a7f4437c58990320c72.tar.gz freebsd-ports-gnome-55ccbb09936b2c4706918a7f4437c58990320c72.tar.zst freebsd-ports-gnome-55ccbb09936b2c4706918a7f4437c58990320c72.zip |
news/sabnzbdplus: fix RUN_DEPENDS
PR: 207936
Submitted by: Ultima1252@gmail.com
Approved by: joshruehlig@gmail.com (maintainer)
Diffstat (limited to 'news')
-rw-r--r-- | news/sabnzbdplus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile index e6c5ffdd3e9f..fa87eb7db892 100644 --- a/news/sabnzbdplus/Makefile +++ b/news/sabnzbdplus/Makefile @@ -2,7 +2,7 @@ PORTNAME= sabnzbdplus PORTVERSION= 0.7.20 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= SABnzbd-${PORTVERSION}-src @@ -43,14 +43,14 @@ UNRAR_DESC= Often required for unpacking many downloads FEEDPARSER_DESC= rss-feed support YENC_DESC= yenc support -.include <bsd.port.pre.mk> - PAR2CMDLINE_RUN_DEPENDS= par2repair:${PORTSDIR}/archivers/par2cmdline-tbb FEEDPARSER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=0:${PORTSDIR}/textproc/py-feedparser YENC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yenc>=0:${PORTSDIR}/news/py-yenc OPENSSL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl UNRAR_RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar +.include <bsd.port.pre.mk> + post-patch: @${REINPLACE_CMD} -e "s:/usr/bin/python:${PYTHON_CMD}:g" \ ${WRKSRC}/SABnzbd.py |