svn commit: r508027 - head/graphics/impressive

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 3 20:57:43 UTC 2019


Author: sunpoet
Date: Sat Aug  3 20:57:42 2019
New Revision: 508027
URL: https://svnweb.freebsd.org/changeset/ports/508027

Log:
  Use PYGAME
  
  With hat:	python

Modified:
  head/graphics/impressive/Makefile

Modified: head/graphics/impressive/Makefile
==============================================================================
--- head/graphics/impressive/Makefile	Sat Aug  3 20:57:37 2019	(r508026)
+++ head/graphics/impressive/Makefile	Sat Aug  3 20:57:42 2019	(r508027)
@@ -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


More information about the svn-ports-all mailing list