diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-09-17 20:26:36 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-09-17 20:26:36 +0800 |
commit | 9b0967b835163dd8b8c336ac0b6bff467e652c52 (patch) | |
tree | d4ddb2bc0dbc9c14553d1cf224378009dddbac66 | |
parent | ed843e44437d58f35261129e7d19446dd7991df3 (diff) | |
download | freebsd-ports-gnome-9b0967b835163dd8b8c336ac0b6bff467e652c52.tar.gz freebsd-ports-gnome-9b0967b835163dd8b8c336ac0b6bff467e652c52.tar.zst freebsd-ports-gnome-9b0967b835163dd8b8c336ac0b6bff467e652c52.zip |
Now also builds on 4.x
-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> |