diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-08-04 04:57:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-08-04 04:57:42 +0800 |
commit | 5d51fd6e5e5c8507043c27e6e1089769c9e99220 (patch) | |
tree | 2c25ff645c62a28397bb353162cc7a6595319079 /graphics/impressive | |
parent | 12b1dfc59ec0da494b36ae2376ecc7a22ed4cb93 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |