- Add graphics/sdl2_gfx as dependency, now that it is available

This commit is contained in:
Marcus von Appen 2013-11-16 13:51:34 +00:00
parent 017f5737db
commit ac7e83323c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333998

View file

@ -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