diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-11-10 08:36:35 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-11-10 08:36:35 +0000 |
commit | d76d63bf0fae4c1ea235003fec44caba691349d5 (patch) | |
tree | 2315897835f570c6e68c749032923f424a1cbd72 /games/flightgear | |
parent | aa163df84870ff161ce76183e88ba42918cc4b35 (diff) | |
download | ports-d76d63bf0fae4c1ea235003fec44caba691349d5.tar.gz ports-d76d63bf0fae4c1ea235003fec44caba691349d5.zip |
Notes
Diffstat (limited to 'games/flightgear')
-rw-r--r-- | games/flightgear/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index 89a3740a8b2c..1e71c4a7a6a5 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -50,7 +50,7 @@ DBUS_CMAKE_OFF= -DUSE_DBUS:BOOL=OFF # Chase devel/simgear compiler version .if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 46 -USE_GCC= 4.6+ +USE_GCC= yes .endif post-install: |