aboutsummaryrefslogtreecommitdiff
path: root/devel/py-game_sdl2/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-04-26 00:35:18 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-04-26 00:35:18 +0000
commitf742278ec7dd80e5955099b4c357b9c05270a2df (patch)
tree197c56d895745f275233ccc824583502d225b095 /devel/py-game_sdl2/Makefile
parentccf9384c7f2500b51192f00a84761a954a41f1b1 (diff)
downloadports-f742278ec7dd80e5955099b4c357b9c05270a2df.tar.gz
ports-f742278ec7dd80e5955099b4c357b9c05270a2df.zip
- Update to 6.99.2
- py-game_sdl2 now supports python3 Changes: http://www.renpy.org/doc/html/changelog.html
Notes
Notes: svn path=/head/; revision=384752
Diffstat (limited to 'devel/py-game_sdl2/Makefile')
-rw-r--r--devel/py-game_sdl2/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/py-game_sdl2/Makefile b/devel/py-game_sdl2/Makefile
index 1d28f4cfb3cc..79d75a747314 100644
--- a/devel/py-game_sdl2/Makefile
+++ b/devel/py-game_sdl2/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= game_sdl2
-PORTVERSION= 6.99.1
-PORTREVISION= 2
+PORTVERSION= 6.99.2
CATEGORIES= devel python
MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \
GENTOO/distfiles
@@ -19,8 +18,8 @@ BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
libpng.so:${PORTSDIR}/graphics/png
-USES= python:2.7 tar:bz2
-USE_SDL= gfx2 image2 mixer2 ttf2
+USES= python tar:bz2
+USE_SDL= image2 mixer2 ttf2
USE_PYTHON= autoplist distutils
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}