diff --git a/games/blinkensisters/Makefile b/games/blinkensisters/Makefile index ac0af5388e82..cf5971c3f2d6 100644 --- a/games/blinkensisters/Makefile +++ b/games/blinkensisters/Makefile @@ -26,6 +26,12 @@ MAKE_ARGS= CC="${CXX}" PORTDOCS= AUTHORS HOWTOPLAY INSTALL README SCRIPTING +.include + +.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 +.include