svn commit: r385435 - head/games/wxlauncher
Jan Beich
jbeich at FreeBSD.org
Tue May 5 00:10:32 UTC 2015
Author: jbeich
Date: Tue May 5 00:10:31 2015
New Revision: 385435
URL: https://svnweb.freebsd.org/changeset/ports/385435
Log:
games/wxlauncher: enable WX3 option by default
PR: 199429
Submitted by: lightside <lightside at gmx.com> (maintainer)
Modified:
head/games/wxlauncher/Makefile (contents, props changed)
Modified: head/games/wxlauncher/Makefile
==============================================================================
--- head/games/wxlauncher/Makefile Tue May 5 00:10:17 2015 (r385434)
+++ head/games/wxlauncher/Makefile Tue May 5 00:10:31 2015 (r385435)
@@ -3,6 +3,7 @@
PORTNAME= wxlauncher
PORTVERSION= 0.9.6
+PORTREVISION= 1
CATEGORIES= games
DISTNAME= ${PORTNAME}-${DISTVERSIONFULL}
@@ -35,7 +36,7 @@ DESKTOP_ENTRIES="wxLauncher" "${COMMENT}
"Game;" false
OPTIONS_DEFINE= DOCS JOYSTICK WX3
-OPTIONS_DEFAULT= JOYSTICK
+OPTIONS_DEFAULT= JOYSTICK WX3
JOYSTICK_DESC= Build with joystick support
JOYSTICK_CMAKE_ON= -DUSE_JOYSTICK:BOOL=ON
JOYSTICK_CMAKE_OFF= -DUSE_JOYSTICK:BOOL=OFF
More information about the svn-ports-head
mailing list