diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-10-06 16:28:08 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-10-06 16:28:08 +0000 |
commit | b5947a8c02796cfb5babc3f64e07fbccbf2ea204 (patch) | |
tree | 4151628cf5f0ddd5f1287bea58d6fa83e2ff8a45 /multimedia | |
parent | 71b8301a285f1f29506cbe772aa407b3186b7bb4 (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/plexhometheater/Makefile | 4 |
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 |