svn commit: r301512 - head/games/battletanks
Gerald Pfeifer
gerald at FreeBSD.org
Wed Jul 25 08:12:45 UTC 2012
Author: gerald
Date: Wed Jul 25 08:12:44 2012
New Revision: 301512
URL: http://svn.freebsd.org/changeset/ports/301512
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/battletanks/Makefile
Modified: head/games/battletanks/Makefile
==============================================================================
--- head/games/battletanks/Makefile Wed Jul 25 06:35:26 2012 (r301511)
+++ head/games/battletanks/Makefile Wed Jul 25 08:12:44 2012 (r301512)
@@ -21,7 +21,7 @@ LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/deve
smpeg.1:${PORTSDIR}/multimedia/smpeg
USE_BZIP2= yes
-USE_GCC= 4.4+
+USE_GCC= 4.6+
USE_LDCONFIG= yes
USE_LUA= 5.0+
USE_OPENAL= al
More information about the svn-ports-head
mailing list