diff options
-rw-r--r-- | games/torcs/Makefile | 8 |
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> |