diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-11-16 13:51:34 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-11-16 13:51:34 +0000 |
commit | ac7e83323c0f9c0057e9e7e998e80cd19d8b3003 (patch) | |
tree | a8a8542d033f8b2f9c894c4bd12b252d3729a363 /devel | |
parent | Support STAGEDIR. (diff) |
- Add graphics/sdl2_gfx as dependency, now that it is available
Notes
Notes:
svn path=/head/; revision=333998
Diffstat (limited to 'devel')
-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 |