diff options
Diffstat (limited to 'games/diameter/Makefile')
-rw-r--r-- | games/diameter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/diameter/Makefile b/games/diameter/Makefile index a5e703901b23..9e37f7f9c0cc 100644 --- a/games/diameter/Makefile +++ b/games/diameter/Makefile @@ -21,14 +21,14 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GL= yes +USE_GL= gl USE_SDL= sdl mixer image USE_PYTHON= yes WRKSRC= ${WRKDIR}/gamediameter -CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags` -I${X11BASE}/include" \ - LDFLAGS="`${SDL_CONFIG} --libs` -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags` -I${LOCALBASE}/include" \ + LDFLAGS="`${SDL_CONFIG} --libs` -L${LOCALBASE}/lib" DATADIR= ${PREFIX}/share/gamediameter |