diff options
-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 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> |