svn commit: r374599 - head/games/wxlauncher

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 12 17:12:20 UTC 2014


Author: amdmi3
Date: Fri Dec 12 17:12:19 2014
New Revision: 374599
URL: https://svnweb.freebsd.org/changeset/ports/374599
QAT: https://qat.redports.org/buildarchive/r374599/

Log:
  - Fix arguments of USES=python
  
  Submitted by:	lightside at gmx.com (maintainer)

Modified:
  head/games/wxlauncher/Makefile

Modified: head/games/wxlauncher/Makefile
==============================================================================
--- head/games/wxlauncher/Makefile	Fri Dec 12 17:11:22 2014	(r374598)
+++ head/games/wxlauncher/Makefile	Fri Dec 12 17:12:19 2014	(r374599)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wxlauncher
 PORTVERSION=	0.9.4
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	lightside at gmx.com
@@ -20,7 +21,7 @@ GH_PROJECT=	${PORTNAME}
 GH_COMMIT=	d251770
 GH_TAGNAME=	${GH_COMMIT}
 
-USES=		cmake:outsource openal python:2:build
+USES=		cmake:outsource openal python:2,build
 USE_SDL=	sdl
 USE_WX=		2.8
 WX_UNICODE=	yes


More information about the svn-ports-head mailing list