diff options
author | danfe <danfe@FreeBSD.org> | 2007-07-05 00:21:55 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2007-07-05 00:21:55 +0800 |
commit | 12c5fcf24f208c4f987dc6a57d3dfd36da86026d (patch) | |
tree | 4c95f71893ecc6b3f1f7e9a798db8936e1c30297 /games | |
parent | 07ca5a09cdf87c946cfbacb4e02b72be5a9a2402 (diff) | |
download | freebsd-ports-gnome-12c5fcf24f208c4f987dc6a57d3dfd36da86026d.tar.gz freebsd-ports-gnome-12c5fcf24f208c4f987dc6a57d3dfd36da86026d.tar.zst freebsd-ports-gnome-12c5fcf24f208c4f987dc6a57d3dfd36da86026d.zip |
- Fix the build in a better way
- s/<tab>/<space>/ after WWW: line
Approved by: ahze
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/ |