diff options
Diffstat (limited to 'games/glob2/Makefile')
-rw-r--r-- | games/glob2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/glob2/Makefile b/games/glob2/Makefile index 9c8bee1d93f8..d1b548c35730 100644 --- a/games/glob2/Makefile +++ b/games/glob2/Makefile @@ -22,12 +22,12 @@ LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ freetype.9:${PORTSDIR}/print/freetype2 USE_SDL= image net sdl ttf -USE_GL= yes +USE_GL= gl USE_GMAKE= yes USE_SCONS= yes SCONS_BUILDENV= ${SCONS_ENV} -LINKFLAGS= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib -CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include +LINKFLAGS= ${PTHREAD_LIBS} -L${LOCALBASE}/lib +CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include .include <bsd.port.pre.mk> |