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/alephone/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games/alephone') diff --git a/games/alephone/Makefile b/games/alephone/Makefile index bbf575941789..d25e4b4b24e5 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -18,6 +18,12 @@ COMMENT= The open source version of Bungie's Marathon game LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12:install \ SDL_image.10:${PORTSDIR}/graphics/sdl_image:install +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_X_PREFIX= yes @@ -34,4 +40,4 @@ post-install: @${CAT} ${PKGMESSAGE} .endif -.include +.include -- cgit v1.2.3