diff options
Diffstat (limited to 'devel/py-sdl2/Makefile')
-rw-r--r-- | devel/py-sdl2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |