aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-07-17 22:21:05 +0800
committerarved <arved@FreeBSD.org>2004-07-17 22:21:05 +0800
commit021c3c1e5b4a8e6ec606692cf59a74299f5dd1e8 (patch)
tree4c8c17a153104b3484c699a0c766e316ef439b21 /games
parent085d960a295f3dd6719c608d5449ca54f38da4f5 (diff)
downloadfreebsd-ports-gnome-021c3c1e5b4a8e6ec606692cf59a74299f5dd1e8.tar.gz
freebsd-ports-gnome-021c3c1e5b4a8e6ec606692cf59a74299f5dd1e8.tar.zst
freebsd-ports-gnome-021c3c1e5b4a8e6ec606692cf59a74299f5dd1e8.zip
Mark BROKEN on amd64, program crashes after a few seconds
Diffstat (limited to 'games')
-rw-r--r--games/xroads/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/xroads/Makefile b/games/xroads/Makefile
index d8d6604b77e6..2f5b3482a7d5 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>