1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Use PYGAME

With hat:	python
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-08-03 20:57:42 +00:00
parent 2ed87711e8
commit 27417c2485
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508027

View File

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