diff options
author | gerald <gerald@FreeBSD.org> | 2012-07-25 16:12:44 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-07-25 16:12:44 +0800 |
commit | 41fb82c2affd3e3a6d3986fdd59c9a8e4ac94dd5 (patch) | |
tree | e0806fdc03fb3307df802f00c98707c24a9b6aef /games/battletanks | |
parent | 7ce15827d9eae9f1a81a4e454a78418745b2cae9 (diff) | |
download | freebsd-ports-gnome-41fb82c2affd3e3a6d3986fdd59c9a8e4ac94dd5.tar.gz freebsd-ports-gnome-41fb82c2affd3e3a6d3986fdd59c9a8e4ac94dd5.tar.zst freebsd-ports-gnome-41fb82c2affd3e3a6d3986fdd59c9a8e4ac94dd5.zip |
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.
Diffstat (limited to 'games/battletanks')
-rw-r--r-- | games/battletanks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/battletanks/Makefile b/games/battletanks/Makefile index acdd4d5a5c19..c172dc35d7b4 100644 --- a/games/battletanks/Makefile +++ b/games/battletanks/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ 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 |