From d2f781c5a32cba84dce941192f79c74364bf1c0f Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Wed, 4 Jul 2007 16:21:55 +0000 Subject: [PATCH] - Fix the build in a better way - s/// after WWW: line Approved by: ahze --- games/supertux/Makefile | 10 +++------- 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 +post-patch: + @${REINPLACE_CMD} -e 's,Menu::,,' ${WRKSRC}/src/menu.h -.if ${OSVERSION} > 700000 -USE_GCC= 3.4 -.endif - -.include +.include 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/