diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-05-05 08:10:31 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-05-05 08:10:31 +0800 |
commit | 03cdac8a8ddaea6c1b80de8a52095521de015c42 (patch) | |
tree | 0ee9e3631baec421827ff5d408d1ca81575d6f3c /games | |
parent | 9fc74f140e9968231808ec45d3aaddbc596bf0e6 (diff) | |
download | freebsd-ports-gnome-03cdac8a8ddaea6c1b80de8a52095521de015c42.tar.gz freebsd-ports-gnome-03cdac8a8ddaea6c1b80de8a52095521de015c42.tar.zst freebsd-ports-gnome-03cdac8a8ddaea6c1b80de8a52095521de015c42.zip |
games/wxlauncher: enable WX3 option by default
PR: 199429
Submitted by: lightside <lightside@gmx.com> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/wxlauncher/Makefile | 3 |
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 |