svn commit: r414969 - head/games/bouncy

Kurt Jaeger pi at FreeBSD.org
Tue May 10 21:38:36 UTC 2016


Author: pi
Date: Tue May 10 21:38:34 2016
New Revision: 414969
URL: https://svnweb.freebsd.org/changeset/ports/414969

Log:
  games/bouncy: fix depend on graphics/py-PyOpenGL
  
  PR:		205472
  Reported by:	antoine

Modified:
  head/games/bouncy/Makefile

Modified: head/games/bouncy/Makefile
==============================================================================
--- head/games/bouncy/Makefile	Tue May 10 21:37:39 2016	(r414968)
+++ head/games/bouncy/Makefile	Tue May 10 21:38:34 2016	(r414969)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bouncy
 PORTVERSION=	r6
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games python
 MASTER_SITES=	http://media.pyweek.org/dl/3/bouncy/ \
 		SF/nemysisfreebsdp/games/${PORTNAME}/:icons
@@ -19,7 +19,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/GPL.txt
 
 RUN_DEPENDS=	${PYGAME} \
-		${PYTHON_PKGNAMEPREFIX}opengl>=0:graphics/py-PyOpenGL
+		${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-post-${DISTVERSION}
 


More information about the svn-ports-all mailing list