diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/supertux/Makefile | 10 | ||||
-rw-r--r-- | games/supertux/pkg-descr | 2 |
2 files changed, 4 insertions, 8 deletions
diff --git a/games/supertux/Makefile b/games/supertux/Makefile index a5dcaa8805ea..1097e1504572 100644 --- a/games/supertux/Makefile +++ b/games/supertux/Makefile @@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ahze@FreeBSD.org COMMENT= Super Tux is a side-scroller similar to Super Mario Brothers -USE_X_PREFIX= yes USE_BZIP2= yes USE_SDL= image mixer USE_GL= yes @@ -24,10 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-debug -.include <bsd.port.pre.mk> +post-patch: + @${REINPLACE_CMD} -e 's,Menu::,,' ${WRKSRC}/src/menu.h -.if ${OSVERSION} > 700000 -USE_GCC= 3.4 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/games/supertux/pkg-descr b/games/supertux/pkg-descr index 7ed031b6bb7a..4f85017f03eb 100644 --- a/games/supertux/pkg-descr +++ b/games/supertux/pkg-descr @@ -2,4 +2,4 @@ Super Tux is a side-scrolling run-and-jump game with a level editor similar to the original game "Super Mario Bros."from the Nintendo Entertainment System. -WWW: http://supertux.berlios.de/ +WWW: http://supertux.berlios.de/ |