diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-02-21 04:29:56 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-02-21 04:29:56 +0800 |
commit | a022c05c6b1d8877ff98ae232e8206f6a8d780ea (patch) | |
tree | 685f699b5adb636b72333bd13e177deceb708a5d /games | |
parent | 0cbb73f5305c8bfcb6c9757874cf337127965630 (diff) | |
download | freebsd-ports-gnome-a022c05c6b1d8877ff98ae232e8206f6a8d780ea.tar.gz freebsd-ports-gnome-a022c05c6b1d8877ff98ae232e8206f6a8d780ea.tar.zst freebsd-ports-gnome-a022c05c6b1d8877ff98ae232e8206f6a8d780ea.zip |
USE_MESA -> USE_GL.
Diffstat (limited to 'games')
-rw-r--r-- | games/race/Makefile | 2 |
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}" |