aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2014-10-06 16:28:08 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2014-10-06 16:28:08 +0000
commitb5947a8c02796cfb5babc3f64e07fbccbf2ea204 (patch)
tree4151628cf5f0ddd5f1287bea58d6fa83e2ff8a45 /multimedia
parent71b8301a285f1f29506cbe772aa407b3186b7bb4 (diff)
downloadports-b5947a8c02796cfb5babc3f64e07fbccbf2ea204.tar.gz
ports-b5947a8c02796cfb5babc3f64e07fbccbf2ea204.zip
multimedia/plexhometheater: switch from py-imaging to py-pillow
With hat: python Approved by: portmgr (bdrewery, implicit)
Notes
Notes: svn path=/head/; revision=370191
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/plexhometheater/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/plexhometheater/Makefile b/multimedia/plexhometheater/Makefile
index 9e23575679f9..a92767aa5d3a 100644
--- a/multimedia/plexhometheater/Makefile
+++ b/multimedia/plexhometheater/Makefile
@@ -2,7 +2,7 @@
PORTNAME= plexhometheater
PORTVERSION= 1.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MAINTAINER= woodsb02@gmail.com
@@ -60,7 +60,7 @@ LIB_DEPENDS= libass.so:${PORTSDIR}/multimedia/libass \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
glxinfo:${PORTSDIR}/graphics/mesa-demos \
- ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \
+ ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
xdpyinfo:${PORTSDIR}/x11/xdpyinfo
USE_GITHUB= yes