aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2013-11-16 21:51:34 +0800
committermva <mva@FreeBSD.org>2013-11-16 21:51:34 +0800
commit6005ede42c68a203af2df583d5c2aa0ad3b1c52d (patch)
treea8a8542d033f8b2f9c894c4bd12b252d3729a363 /devel
parent8d5376cea9019dc05a4f8c6d4643fd1a4e08d932 (diff)
downloadfreebsd-ports-gnome-6005ede42c68a203af2df583d5c2aa0ad3b1c52d.tar.gz
freebsd-ports-gnome-6005ede42c68a203af2df583d5c2aa0ad3b1c52d.tar.zst
freebsd-ports-gnome-6005ede42c68a203af2df583d5c2aa0ad3b1c52d.zip
- Add graphics/sdl2_gfx as dependency, now that it is available
Diffstat (limited to 'devel')
-rw-r--r--devel/py-sdl2/Makefile3
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