aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2006-09-17 20:26:36 +0800
committerehaupt <ehaupt@FreeBSD.org>2006-09-17 20:26:36 +0800
commit9b0967b835163dd8b8c336ac0b6bff467e652c52 (patch)
treed4ddb2bc0dbc9c14553d1cf224378009dddbac66
parented843e44437d58f35261129e7d19446dd7991df3 (diff)
downloadfreebsd-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/Makefile9
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>