- Fix arguments of USES=python
Submitted by: lightside@gmx.com (maintainer)
This commit is contained in:
parent
4a65d405da
commit
cef62f6012
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374599
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= wxlauncher
|
PORTNAME= wxlauncher
|
||||||
PORTVERSION= 0.9.4
|
PORTVERSION= 0.9.4
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
|
|
||||||
MAINTAINER= lightside@gmx.com
|
MAINTAINER= lightside@gmx.com
|
||||||
|
@ -20,7 +21,7 @@ GH_PROJECT= ${PORTNAME}
|
||||||
GH_COMMIT= d251770
|
GH_COMMIT= d251770
|
||||||
GH_TAGNAME= ${GH_COMMIT}
|
GH_TAGNAME= ${GH_COMMIT}
|
||||||
|
|
||||||
USES= cmake:outsource openal python:2:build
|
USES= cmake:outsource openal python:2,build
|
||||||
USE_SDL= sdl
|
USE_SDL= sdl
|
||||||
USE_WX= 2.8
|
USE_WX= 2.8
|
||||||
WX_UNICODE= yes
|
WX_UNICODE= yes
|
||||||
|
|
Loading…
Reference in a new issue