aboutsummaryrefslogtreecommitdiff
path: root/games/torcs
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-10-02 17:41:06 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-10-02 17:41:06 +0000
commitc0ce08e9f7f4857800707f1ba0465d884baca0ef (patch)
tree9e34ac62197d787c39b064f23e38ece44a8bf376 /games/torcs
parentf26e05f84a8f4ed59789fd8540d97541e7f1dabd (diff)
downloadports-c0ce08e9f7f4857800707f1ba0465d884baca0ef.tar.gz
ports-c0ce08e9f7f4857800707f1ba0465d884baca0ef.zip
Mark broken on amd64 and ia64
PR: 57330 Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes: svn path=/head/; revision=90051
Diffstat (limited to 'games/torcs')
-rw-r--r--games/torcs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile
index d2396f7f2cba..effa8b3caa94 100644
--- a/games/torcs/Makefile
+++ b/games/torcs/Makefile
@@ -50,6 +50,12 @@ EXTRADIST= ${DATANAME}${EXTRACT_SUFX} \
${DATANAME}-cars-Patwo-Design${EXTRACT_SUFX}
INSTDIR= ${PREFIX}/share/games/${PORTNAME}
+.include <bsd.port.pre.mk>
+
+.if (${ARCH} == "amd64") || (${ARCH} == "ia64")
+BROKEN= "does not build on ${ARCH}"
+.endif
+
.if !defined(WITHOUT_BERNIW)
DISTFILES+= ${DISTNAME}-robots-berniw${EXTRACT_SUFX}
EXTRACT_ONLY+= ${DISTNAME}-robots-berniw${EXTRACT_SUFX}
@@ -116,4 +122,4 @@ post-install:
@${ECHO_MSG} "*****************************************************************************"
@${ECHO_MSG} ""
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>