1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Mark BROKEN on amd64, program crashes after a few seconds

This commit is contained in:
Tilman Keskinoz 2004-07-17 14:21:05 +00:00
parent d9b8543491
commit f03644e35f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113824

View File

@ -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>