summaryrefslogtreecommitdiff
path: root/games/scorched3d/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-11-09 22:33:21 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-11-09 22:33:21 +0000
commitf35f3b69bdbee62ecca392bcbb480713ca2bdc0d (patch)
treef09514e36bcfed0c225f95ed142324b42f32388c /games/scorched3d/Makefile
parent1) Fix build on 5-current. (diff)
Switch to wxgtk2.
Approved by: mdodd (MAINTAINER)
Notes
Notes: svn path=/head/; revision=93593
Diffstat (limited to '')
-rw-r--r--games/scorched3d/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile
index ce9de115b21f..fc1c9e134030 100644
--- a/games/scorched3d/Makefile
+++ b/games/scorched3d/Makefile
@@ -19,19 +19,19 @@ COMMENT= Scorched is a game based loosely on the classic DOS game
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
SDL_net.0:${PORTSDIR}/net/sdl_net \
- wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk
+ wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
SCORCH_VERSION= 35
WRKSRC= ${WRKDIR}/scorched
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
GNU_CONFIGURE= yes
-USE_MESA= yes
+USE_GL= yes
USE_GMAKE= yes
USE_AUTOMAKE_VER= 15
USE_AUTOCONF_VER= 253
AUTOMAKE_ARGS= --foreign
-CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wx-config
+CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2-2.4-config
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
SDL_CONFIG="${LOCALBASE}/bin/sdl11-config"
MAKE_ENV= SDL_CONFIG="${LOCALBASE}/bin/sdl11-config"