diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile index 63459cddb71a..6622fa9d9e2d 100644 --- a/games/gshisen/Makefile +++ b/games/gshisen/Makefile @@ -27,4 +27,10 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes MAKEFILE= -.include +.include + +.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 +BROKEN= "Does not compile on alpha 4.x" +.endif + +.include