1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

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)
This commit is contained in:
Rene Ladan 2016-05-28 20:06:46 +00:00
parent d021ee8031
commit 29479b830e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416065

View File

@ -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