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/pipenightdreams/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games/pipenightdreams/Makefile') diff --git a/games/pipenightdreams/Makefile b/games/pipenightdreams/Makefile index d9302040e864..e63c29405cc8 100644 --- a/games/pipenightdreams/Makefile +++ b/games/pipenightdreams/Makefile @@ -15,6 +15,12 @@ COMMENT= A puzzle game similar to PipeMania LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config GNU_CONFIGURE= yes USE_BZIP2= yes @@ -34,4 +40,4 @@ post-patch: ${REINPLACE_CMD} "s|/usr/share/games|${LOCALBASE}/share|g" \ ${WRKSRC}/src/main.cpp -.include +.include -- cgit v1.2.3