Date: Tue, 10 May 2016 21:38:34 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414969 - head/games/bouncy Message-ID: <201605102138.u4ALcZjA082302@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605102138.u4ALcZjA082302>