1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

USE_MESA -> USE_GL.

This commit is contained in:
Max Khon 2005-02-20 20:29:56 +00:00
parent 598691b344
commit 33da8d05c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129406

View File

@ -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}"