mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add graphics/sdl2_gfx as dependency, now that it is available
This commit is contained in:
parent
017f5737db
commit
ac7e83323c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333998
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue