svn commit: r414938 - head/games/fretsonfire

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 10 11:13:35 UTC 2016


Author: amdmi3
Date: Tue May 10 11:13:33 2016
New Revision: 414938
URL: https://svnweb.freebsd.org/changeset/ports/414938

Log:
  - Fix dependency
  
  Approved by:	portmgr blanket

Modified:
  head/games/fretsonfire/Makefile

Modified: head/games/fretsonfire/Makefile
==============================================================================
--- head/games/fretsonfire/Makefile	Tue May 10 11:13:26 2016	(r414937)
+++ head/games/fretsonfire/Makefile	Tue May 10 11:13:33 2016	(r414938)
@@ -14,7 +14,7 @@ COMMENT=	Game of musical skill and fast 
 
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}game>=0:devel/py-game \
-		${PYTHON_PKGNAMEPREFIX}opengl>=0:graphics/py-PyOpenGL \
+		${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL \
 		${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow \
 		${LOCALBASE}/share/${PORTNAME}/default.ttf:games/fretsonfire-data
 


More information about the svn-ports-head mailing list