aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2018-09-02 10:40:28 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2018-09-02 10:40:28 +0000
commitbbf28a435311a735dd39fe3b27eb143e9cc227c8 (patch)
treed7e2b098489740073855aec329e6e6ad04232fc8 /net-p2p
parent11985083fb48295fefbd6e0a5287c6da41f8e251 (diff)
downloadports-bbf28a435311a735dd39fe3b27eb143e9cc227c8.tar.gz
ports-bbf28a435311a735dd39fe3b27eb143e9cc227c8.zip
net-p2p/deluge-cli: add dependency upon pillow
This fixes icon resizing issue in web UI. Details: https://dev.deluge-torrent.org/ticket/1361 PR: 230855 Submitted by: pmlax@protonmail.com
Notes
Notes: svn path=/head/; revision=478779
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/deluge-cli/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/deluge-cli/Makefile b/net-p2p/deluge-cli/Makefile
index 4e48d4fc0385..f103bb6c97f1 100644
--- a/net-p2p/deluge-cli/Makefile
+++ b/net-p2p/deluge-cli/Makefile
@@ -3,7 +3,7 @@
PORTNAME= deluge
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 1.3.15
-PORTREVISION= 3
+PORTREVISION= 5
CATEGORIES= net-p2p python
PKGNAMESUFFIX= -cli
@@ -20,7 +20,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>=0.18:devel/py-xdg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}chardet>=1.0.1:textproc/py-chardet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mako>=0.2.5:textproc/py-mako@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}service_identity>=0:security/py-service_identity@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
USES= gettext python:-2.7
USE_PYTHON= autoplist distutils