Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2016 11:13:34 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414938 - head/games/fretsonfire
Message-ID:  <201605101113.u4ABDYhh091747@repo.freebsd.org>

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



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