diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-25 03:27:27 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-25 03:27:27 +0800 |
commit | 8adc2e3d29caea6a5b7a4e1d20392df0c59e3996 (patch) | |
tree | 878c43ec9c169df86ede874ebe773efc989d0f01 /x11-toolkits | |
parent | b3bf612f5d1af0bb5c9a69f87df28e8b6bbb7c9f (diff) | |
download | freebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.tar.gz freebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.tar.zst freebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.zip |
Fix some _DEPENDS
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-kivy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/py-kivy/Makefile b/x11-toolkits/py-kivy/Makefile index 878f1426a30c..6dfea94e22d7 100644 --- a/x11-toolkits/py-kivy/Makefile +++ b/x11-toolkits/py-kivy/Makefile @@ -60,10 +60,10 @@ PDF_BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx PDF_USE= TEX=texlive,pdftex:build,dvipsk:build PDF_USES= gmake PIL_DESC= Text and window rendering support via PIL -PIL_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL:${PORTSDIR}/graphics/py-imaging +PIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging PYGAME_DESC= Window, text and image rendering support via PyGame -PYGAME_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame:${PORTSDIR}/devel/py-game -PYGLET_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyglet:${PORTSDIR}/graphics/py-pyglet +PYGAME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>0:${PORTSDIR}/devel/py-game +PYGLET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyglet>0:${PORTSDIR}/graphics/py-pyglet SDL2_DESC= Simple Direct Media Layer v2.0 support SDL2_MAKE_ENV= USE_SDL=1 SDL2_USE= SDL=sdl2,ttf2,mixer2 |