aboutsummaryrefslogtreecommitdiff
path: root/games/race
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-02-20 20:29:56 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-02-20 20:29:56 +0000
commit33da8d05c70bbdbafb5603b16a740684a88ba216 (patch)
tree7752e9cbbb63ee153d813f0def53b69e391dc855 /games/race
parent598691b3443fd22d9d4688b5c59e2c9bdb3fd7f5 (diff)
downloadports-33da8d05c70bbdbafb5603b16a740684a88ba216.tar.gz
ports-33da8d05c70bbdbafb5603b16a740684a88ba216.zip
USE_MESA -> USE_GL.
Notes
Notes: svn path=/head/; revision=129406
Diffstat (limited to 'games/race')
-rw-r--r--games/race/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/race/Makefile b/games/race/Makefile
index 0847f00c1dcf..013b9b7f1f2a 100644
--- a/games/race/Makefile
+++ b/games/race/Makefile
@@ -18,7 +18,7 @@ COMMENT= OpenGL Racing Game
USE_SDL= mixer image sdl
USE_BZIP2= yes
USE_REINPLACE= yes
-USE_MESA= yes
+USE_GL= yes
CFLAGS+= "-I${X11BASE}/include"
MAKE_ENV= CC="${CC} ${CFLAGS}" LDFLAGS="-L${X11BASE}/lib ${PTHREAD_LIBS}"