diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-08-20 12:30:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-08-20 12:30:39 +0000 |
commit | b4c2205d605c2aea2317ea19bd086f49bca3fbc7 (patch) | |
tree | 6fa2170037f62431d63bc07a3ffdc28b58fe6bf0 /net-p2p/deluge-cli | |
parent | a16ceeb84e72170a0313d404032a36de57ac1f36 (diff) |
Notes
Diffstat (limited to 'net-p2p/deluge-cli')
-rw-r--r-- | net-p2p/deluge-cli/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/deluge-cli/Makefile b/net-p2p/deluge-cli/Makefile index f1db2b161be8..ae34b3385170 100644 --- a/net-p2p/deluge-cli/Makefile +++ b/net-p2p/deluge-cli/Makefile @@ -2,6 +2,7 @@ PORTNAME= deluge PORTVERSION= 1.3.15 +PORTREVISION= 1 PKGNAMESUFFIX= -cli CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/source/ @@ -17,13 +18,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>=0.18:devel/py-xdg \ ${PYTHON_PKGNAMEPREFIX}libtorrent-rasterbar>=0:net-p2p/libtorrent-rasterbar-python \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.8:security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}chardet>=1.0.1:textproc/py-chardet \ - ${PYTHON_PKGNAMEPREFIX}mako>=0.2.5:textproc/py-mako + ${PYTHON_PKGNAMEPREFIX}mako>=0.2.5:textproc/py-mako \ + ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted USE_RC_SUBR= deluged deluge_web SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} NO_ARCH= yes -USES= gettext python:-2.7 tar:xz twisted:run,web +USES= gettext python:-2.7 tar:xz USE_PYTHON= autoplist distutils OPTIONS_DEFINE= DOCS |