diff options
Diffstat (limited to 'games/megaglest/Makefile')
-rw-r--r-- | games/megaglest/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/megaglest/Makefile b/games/megaglest/Makefile index 4d6fc3792fc1..70c33fa35215 100644 --- a/games/megaglest/Makefile +++ b/games/megaglest/Makefile @@ -63,10 +63,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/source/glest_map_editor/megaglest_editor ${STAGEDIR}${PREFIX}/bin/megaglest_editor .endif -.include <bsd.port.pre.mk> - -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64: unrecognized compiler flags -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |