diff --git a/games/glob2/Makefile b/games/glob2/Makefile index 8a847dcfe18a..ff17a7fdcc30 100644 --- a/games/glob2/Makefile +++ b/games/glob2/Makefile @@ -26,7 +26,13 @@ USE_GCC= 3.4 PLIST_FILES= bin/glob2 +.include + +.if ${ARCH} == "alpha" +BROKEN= "Does not build on alpha" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/glob2 ${PREFIX}/bin -.include +.include