diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-05 14:51:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-05 14:51:00 +0000 |
commit | aea3b0f67c04f25e6b77e82867882164025fe883 (patch) | |
tree | 9be94c59763818a46d4cbdb4bf82ca8d78be8c12 /net-p2p/tribler | |
parent | ee8457a406c36e3f8008efbb956ff35e9655f89c (diff) | |
download | ports-aea3b0f67c04f25e6b77e82867882164025fe883.tar.gz ports-aea3b0f67c04f25e6b77e82867882164025fe883.zip |
Notes
Diffstat (limited to 'net-p2p/tribler')
-rw-r--r-- | net-p2p/tribler/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-p2p/tribler/Makefile b/net-p2p/tribler/Makefile index 34901c172493..57551580031b 100644 --- a/net-p2p/tribler/Makefile +++ b/net-p2p/tribler/Makefile @@ -3,7 +3,7 @@ PORTNAME= tribler PORTVERSION= 6.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Tribler/tribler/releases/download/v${PORTVERSION}/ DISTNAME= Tribler-v${PORTVERSION} @@ -28,12 +28,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apsw>0:databases/py-apsw \ ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}feedparser>0:textproc/py-feedparser \ ${PYTHON_PKGNAMEPREFIX}cherrypy>0:www/py-cherrypy \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted NO_ARCH= yes NO_WRKSUBDIR= yes -USES= desktop-file-utils python:2,run ssl:run tar:xz twisted:run,web +USES= desktop-file-utils python:2,run ssl:run tar:xz USE_WX= 2.8 WX_COMPS= python INSTALLS_ICONS= yes |