diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/megaglest/Makefile | 8 | ||||
-rw-r--r-- | games/supertuxkart/Makefile | 2 |
2 files changed, 1 insertions, 9 deletions
diff --git a/games/megaglest/Makefile b/games/megaglest/Makefile index 4d6fc37..70c33fa 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> diff --git a/games/supertuxkart/Makefile b/games/supertuxkart/Makefile index c509eb3..6d6b638c 100644 --- a/games/supertuxkart/Makefile +++ b/games/supertuxkart/Makefile @@ -18,8 +18,6 @@ LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ libcurl.so:${PORTSDIR}/ftp/curl \ libpng.so:${PORTSDIR}/graphics/png -BROKEN_powerpc= does not configure on powerpc - USES= alias cmake compiler:c++11-lib dos2unix gettext \ gmake jpeg openal:al pkgconfig tar:xz USE_GL= gl glu |