From 9c288e873f84089ba8dcb3c1acff8ce23bd4e5e0 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 18 May 2003 09:55:25 +0000 Subject: BROKEN on 5.1: bad C++ --- games/battleball/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games/battleball') diff --git a/games/battleball/Makefile b/games/battleball/Makefile index f9968fd62db5..1adae103a101 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -15,6 +15,12 @@ DISTNAME= ${PORTNAME}.${PORTVERSION:S/.//}.src MAINTAINER= ports@FreeBSD.org COMMENT= 3D single/multiplayer military soccer game for X Window System +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_X_PREFIX= yes USE_MESA= yes WRKSRC= ${WRKDIR}/battleball-2.1-src @@ -32,4 +38,4 @@ post-install: .endfor .endif -.include +.include -- cgit v1.2.3