From 021c3c1e5b4a8e6ec606692cf59a74299f5dd1e8 Mon Sep 17 00:00:00 2001 From: arved Date: Sat, 17 Jul 2004 14:21:05 +0000 Subject: Mark BROKEN on amd64, program crashes after a few seconds --- games/xroads/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games/xroads/Makefile') diff --git a/games/xroads/Makefile b/games/xroads/Makefile index d8d6604..2f5b348 100644 --- a/games/xroads/Makefile +++ b/games/xroads/Makefile @@ -17,6 +17,12 @@ COMMENT= Commodore 64 "Crossroads"-like video game for X Window System USE_X_PREFIX= yes +.include + +.if ${ARCH} == "amd64" +BROKEN= "crashes after a short time" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xroads ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/xroads @@ -30,4 +36,4 @@ do-install: .endfor .endif -.include +.include -- cgit v1.1