1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

Mark broken on amd64 and ia64

PR:		57330
Submitted by:	Mark Linimon <linimon@lonesome.com>
This commit is contained in:
Tilman Keskinoz 2003-10-02 17:41:06 +00:00
parent f26e05f84a
commit c0ce08e9f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90051

View File

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