diff options
author | rene <rene@FreeBSD.org> | 2016-05-28 20:06:46 +0000 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-05-28 20:06:46 +0000 |
commit | 25c1f4c853e227d66a37aee5514eb72d27c1a498 (patch) | |
tree | 56bf3d541c1f34c6e1ac65446c59f0149eae42cd | |
parent | 55a0c8b6281a912c5ee6addb53258a0245848362 (diff) | |
download | FreeBSD-ports-25c1f4c853e227d66a37aee5514eb72d27c1a498.zip FreeBSD-ports-25c1f4c853e227d66a37aee5514eb72d27c1a498.tar.gz |
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)
-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 58855e6..c126dc7 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 |