aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/deluge-cli
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2020-04-23 06:18:58 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2020-04-23 06:18:58 +0000
commit6d88d3f87f0345acb787cf944416bffb24476f33 (patch)
treedd3461504725ea8c8852d0582a14fadc9f756ef4 /net-p2p/deluge-cli
parent5ed8aa24555818eecf91e4945a0f0a0ee0eae33f (diff)
downloadports-6d88d3f87f0345acb787cf944416bffb24476f33.tar.gz
ports-6d88d3f87f0345acb787cf944416bffb24476f33.zip
net-p2p/deluge-cli: revert pillow dependency string
Bring back PY_PILLOW shortcut, that was accidentialy reverted in last update.
Notes
Notes: svn path=/head/; revision=532645
Diffstat (limited to 'net-p2p/deluge-cli')
-rw-r--r--net-p2p/deluge-cli/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/deluge-cli/Makefile b/net-p2p/deluge-cli/Makefile
index 94397400b91d..5d38f54f468e 100644
--- a/net-p2p/deluge-cli/Makefile
+++ b/net-p2p/deluge-cli/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>=0.18:devel/py-xdg@${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}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
+ ${PY_PILLOW} \
${PYTHON_PKGNAMEPREFIX}rencode>0:converters/py-rencode@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} \