diff options
author | arved <arved@FreeBSD.org> | 2004-07-17 14:21:05 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-07-17 14:21:05 +0000 |
commit | 021c3c1e5b4a8e6ec606692cf59a74299f5dd1e8 (patch) | |
tree | 4c8c17a153104b3484c699a0c766e316ef439b21 /games/xroads | |
parent | 085d960a295f3dd6719c608d5449ca54f38da4f5 (diff) | |
download | FreeBSD-ports-021c3c1e5b4a8e6ec606692cf59a74299f5dd1e8.zip FreeBSD-ports-021c3c1e5b4a8e6ec606692cf59a74299f5dd1e8.tar.gz |
Mark BROKEN on amd64, program crashes after a few seconds
Diffstat (limited to 'games/xroads')
-rw-r--r-- | games/xroads/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |