summaryrefslogtreecommitdiffstats
path: root/games/glpuzzle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/glpuzzle/Makefile')
-rw-r--r--games/glpuzzle/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/glpuzzle/Makefile b/games/glpuzzle/Makefile
index da193d0..aaac10f 100644
--- a/games/glpuzzle/Makefile
+++ b/games/glpuzzle/Makefile
@@ -20,12 +20,12 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg
USE_SDL= sdl mixer
-USE_GL= yes
+USE_GL= gl
USE_GMAKE= yes
MAKE_ENV= CXX="${CXX}" \
- CPPFLAGS="`${SDL_CONFIG} --cflags` -I${X11BASE}/include" \
- LDFLAGS="`${SDL_CONFIG} --libs` -L${X11BASE}/lib"
+ CPPFLAGS="`${SDL_CONFIG} --cflags` -I${LOCALBASE}/include" \
+ LDFLAGS="`${SDL_CONFIG} --libs` -L${LOCALBASE}/lib"
post-patch:
.for i in font image puzzles sound
OpenPOWER on IntegriCloud