[MAINTAINER] games/blinkensisters: mark BROKEN on amd64/CURRENT

Doesn't build on amd64 7.
	Reported by: pointyhat via kris

PR:		ports/116089
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
This commit is contained in:
Edwin Groothuis 2007-09-06 01:07:58 +00:00
parent b9370de1b3
commit 87d5e5944e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198879

View File

@ -26,6 +26,12 @@ MAKE_ARGS= CC="${CXX}"
PORTDOCS= AUTHORS HOWTOPLAY INSTALL README SCRIPTING
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000
BROKEN= Doesn't build
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/LostPixels ${PREFIX}/bin/${PORTNAME}
@ -43,4 +49,4 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>