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 | |
parent | aa163df84870ff161ce76183e88ba42918cc4b35 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/fgrun/Makefile | 2 | ||||
-rw-r--r-- | games/flightgear/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/fgrun/Makefile b/games/fgrun/Makefile index d06ba65e6613..3860ad4b271b 100644 --- a/games/fgrun/Makefile +++ b/games/fgrun/Makefile @@ -39,7 +39,7 @@ NLS_CMAKE_ON= -DENABLE_NLS=yes .include <bsd.port.pre.mk> .if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 46 -USE_GCC= 4.6+ +USE_GCC= yes .endif .include <bsd.port.post.mk> 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: |