Date: Wed, 25 Jul 2012 08:13:30 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301513 - head/games/stratagus Message-ID: <201207250813.q6P8DUHZ029704@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Wed Jul 25 08:13:30 2012 New Revision: 301513 URL: http://svn.freebsd.org/changeset/ports/301513 Log: Replace USE_GCC=4.4+ by USE_GCC=4.6+ since GCC 4.4 is on its way out and GCC 4.6 has been the default for a while. Modified: head/games/stratagus/Makefile Modified: head/games/stratagus/Makefile ============================================================================== --- head/games/stratagus/Makefile Wed Jul 25 08:12:44 2012 (r301512) +++ head/games/stratagus/Makefile Wed Jul 25 08:13:30 2012 (r301513) @@ -23,7 +23,7 @@ OPTIONS_DEFAULT= VORBIS MNG_DESC= Enable MNG support LICENSE= GPLv2 -USE_GCC= 4.4+ +USE_GCC= 4.6+ USE_LUA= 5.0+ USE_SDL= sdl USE_GL= gl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207250813.q6P8DUHZ029704>