diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-05-28 20:06:46 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-05-28 20:06:46 +0000 |
commit | 29479b830ec6ee1386baf68c604112c0171ec6c6 (patch) | |
tree | 56bf3d541c1f34c6e1ac65446c59f0149eae42cd /x11-toolkits/py-kivy | |
parent | d021ee803188c4c444599bdbccc43b4f32986902 (diff) |
x11/toolkits/py-kivy: replace dependency graphics/py-imaging by
graphics/py-pillow, the former has been expired.
PR: 209736
Submitted by: myself
Approved by: maintainer (dbn)
Notes
Notes:
svn path=/head/; revision=416065
Diffstat (limited to 'x11-toolkits/py-kivy')
-rw-r--r-- | x11-toolkits/py-kivy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-kivy/Makefile b/x11-toolkits/py-kivy/Makefile index 58855e6829e3..c126dc7c7395 100644 --- a/x11-toolkits/py-kivy/Makefile +++ b/x11-toolkits/py-kivy/Makefile @@ -60,8 +60,8 @@ GSTREAMER_LIB_DEPENDS= libgstreamer-1.0.so:multimedia/gstreamer1 GSTREAMER_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygst.py:multimedia/py-gstreamer GSTREAMER_USES= pkgconfig OPENCV_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cv.py:graphics/py-opencv -PIL_DESC= Text and window rendering support via PIL -PIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>0:graphics/py-imaging +PIL_DESC= Text and window rendering support via Pillow +PIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow PYGAME_DESC= Window, text and image rendering support via PyGame PYGAME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game PYGLET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyglet>0:graphics/py-pyglet |