From 6005ede42c68a203af2df583d5c2aa0ad3b1c52d Mon Sep 17 00:00:00 2001 From: mva Date: Sat, 16 Nov 2013 13:51:34 +0000 Subject: - Add graphics/sdl2_gfx as dependency, now that it is available --- devel/py-sdl2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/py-sdl2/Makefile b/devel/py-sdl2/Makefile index d78ef6b71afd..f286268ca0d0 100644 --- a/devel/py-sdl2/Makefile +++ b/devel/py-sdl2/Makefile @@ -2,6 +2,7 @@ PORTNAME= sdl2 PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://cdn.bitbucket.org/marcusva/py-sdl2/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= Python bindings to the SDL2 libraries LICENSE= ZLIB -USE_SDL= sdl2 image2 ttf2 mixer2 +USE_SDL= sdl2 gfx2 image2 ttf2 mixer2 USE_PYTHON= 2.7+ USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -- cgit