Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 2019 20:57:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508027 - head/graphics/impressive
Message-ID:  <201908032057.x73KvgYh087257@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908032057.x73KvgYh087257>