svn commit: r301513 - head/games/stratagus
Gerald Pfeifer
gerald at FreeBSD.org
Wed Jul 25 08:13:31 UTC 2012
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
More information about the svn-ports-head
mailing list