diff options
Diffstat (limited to 'games/bloodfrontier')
-rw-r--r-- | games/bloodfrontier/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/bloodfrontier/Makefile b/games/bloodfrontier/Makefile index 12bd4f92adde..11cef870430f 100644 --- a/games/bloodfrontier/Makefile +++ b/games/bloodfrontier/Makefile @@ -33,8 +33,8 @@ OPTIONS= CLIENT "Build client" on \ .include <bsd.port.options.mk> -.if ${ARCH} == "sparc64" -BROKEN= does not build on sparc64 +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif .if defined(WITHOUT_CLIENT) && defined(WITHOUT_DEDICATED) |