aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-05-05 00:10:31 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-05-05 00:10:31 +0000
commit0fa8fd173bf86b90bf37c3adeec5992c5ac340fc (patch)
tree0ee9e3631baec421827ff5d408d1ca81575d6f3c /games
parent570508c9c431475bcb99de18e3c75a7ddb49ec74 (diff)
downloadports-0fa8fd173bf86b90bf37c3adeec5992c5ac340fc.tar.gz
ports-0fa8fd173bf86b90bf37c3adeec5992c5ac340fc.zip
games/wxlauncher: enable WX3 option by default
PR: 199429 Submitted by: lightside <lightside@gmx.com> (maintainer)
Notes
Notes: svn path=/head/; revision=385435
Diffstat (limited to 'games')
-rw-r--r--games/wxlauncher/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/wxlauncher/Makefile b/games/wxlauncher/Makefile
index 6892846ccb53..85d31437dbbe 100644
--- a/games/wxlauncher/Makefile
+++ b/games/wxlauncher/Makefile
@@ -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