Date: Mon, 24 Mar 2014 12:35:11 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348980 - head/games/vavoom Message-ID: <201403241235.s2OCZBRa081251@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Mar 24 12:35:11 2014 New Revision: 348980 URL: http://svnweb.freebsd.org/changeset/ports/348980 QAT: https://qat.redports.org/buildarchive/r348980/ Log: Use wx 2.8+ Modified: head/games/vavoom/Makefile Modified: head/games/vavoom/Makefile ============================================================================== --- head/games/vavoom/Makefile Mon Mar 24 12:33:35 2014 (r348979) +++ head/games/vavoom/Makefile Mon Mar 24 12:35:11 2014 (r348980) @@ -15,8 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng15.so:${PORTSDIR}/graphics/png -USE_BZIP2= yes -USES= cmake dos2unix +USES= cmake dos2unix tar:bzip2 DOS2UNIX_REGEX= ((.*\.(c|cpp|h|s|asm|inc|vc|ls|acs|cfg|txt|vs|mak|mgw"))$$|\/(makefile\..*|makefile|Makefile)$$) MAKE_JOBS_UNSAFE= yes @@ -45,7 +44,7 @@ CMAKE_ARGS+= -DWITH_FLAC=N .endif .if ${PORT_OPTIONS:MLAUNCHER} -USE_WX= 2.4+ +USE_WX= 2.8+ CMAKE_ARGS+= -DENABLE_LAUNCHER=Y \ -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" PLIST_SUB+= LAUNCHER=""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403241235.s2OCZBRa081251>