diff options
-rw-r--r-- | games/bloboats/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/bloboats/Makefile b/games/bloboats/Makefile index aa15d9c2257d..5f4a02cc49d2 100644 --- a/games/bloboats/Makefile +++ b/games/bloboats/Makefile @@ -20,13 +20,8 @@ COMMENT= A boat racing game in the spirit of Elasto Mania or X-Moto USE_GMAKE= yes USE_SDL= mixer image net sdl USE_GL= yes +USE_GCC= 3.4+ MAKE_ENV+= CXX="${CXX}" DATADIR="${DATADIR}" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |