Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2015 00:10:31 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385435 - head/games/wxlauncher
Message-ID:  <201505050010.t450AVNo032276@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505050010.t450AVNo032276>