View | Details | Raw Unified | Return to bug 209736
Collapse All | Expand All

(-)x11-toolkits/py-kivy/Makefile (-2 / +2 lines)
Lines 60-67 Link Here
60
GSTREAMER_RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pygst.py:multimedia/py-gstreamer
60
GSTREAMER_RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pygst.py:multimedia/py-gstreamer
61
GSTREAMER_USES=		pkgconfig
61
GSTREAMER_USES=		pkgconfig
62
OPENCV_RUN_DEPENDS=	${PYTHON_SITELIBDIR}/cv.py:graphics/py-opencv
62
OPENCV_RUN_DEPENDS=	${PYTHON_SITELIBDIR}/cv.py:graphics/py-opencv
63
PIL_DESC=		Text and window rendering support via PIL
63
PIL_DESC=		Text and window rendering support via Pillow
64
PIL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}imaging>0:graphics/py-imaging
64
PIL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow
65
PYGAME_DESC=		Window, text and image rendering support via PyGame
65
PYGAME_DESC=		Window, text and image rendering support via PyGame
66
PYGAME_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game
66
PYGAME_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game
67
PYGLET_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyglet>0:graphics/py-pyglet
67
PYGLET_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyglet>0:graphics/py-pyglet

Return to bug 209736