- Switch to USES=python
This commit is contained in:
parent
61fac95170
commit
1041f53d0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369444
1 changed files with 1 additions and 2 deletions
|
@ -13,11 +13,10 @@ COMMENT= Arcade-style game with elements of economy and adventure
|
|||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libguichan.so:${PORTSDIR}/devel/guichan
|
||||
|
||||
USES= tar:bzip2 gmake pkgconfig
|
||||
USES= tar:bzip2 gmake pkgconfig python
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GL= gl
|
||||
USE_SDL= sdl mixer image
|
||||
USE_PYTHON= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/gamediameter
|
||||
|
||||
|
|
Loading…
Reference in a new issue