aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/impressive
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-08-04 04:57:42 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-08-04 04:57:42 +0800
commit5d51fd6e5e5c8507043c27e6e1089769c9e99220 (patch)
tree2c25ff645c62a28397bb353162cc7a6595319079 /graphics/impressive
parent12b1dfc59ec0da494b36ae2376ecc7a22ed4cb93 (diff)
downloadfreebsd-ports-gnome-5d51fd6e5e5c8507043c27e6e1089769c9e99220.tar.gz
freebsd-ports-gnome-5d51fd6e5e5c8507043c27e6e1089769c9e99220.tar.zst
freebsd-ports-gnome-5d51fd6e5e5c8507043c27e6e1089769c9e99220.zip
Use PYGAME
With hat: python
Diffstat (limited to 'graphics/impressive')
-rw-r--r--graphics/impressive/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/impressive/Makefile b/graphics/impressive/Makefile
index c78895eb2ff2..720efb789ff0 100644
--- a/graphics/impressive/Makefile
+++ b/graphics/impressive/Makefile
@@ -15,7 +15,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/license.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${PY_FLAVOR} \
+ ${PYGAME} \
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
USES= python:2.7 sdl shebangfix