summaryrefslogtreecommitdiffstats
path: root/games/tomatoes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/tomatoes/Makefile')
-rw-r--r--games/tomatoes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/tomatoes/Makefile b/games/tomatoes/Makefile
index abe0c96..0fff303 100644
--- a/games/tomatoes/Makefile
+++ b/games/tomatoes/Makefile
@@ -21,7 +21,7 @@ TDATA= ${WRKDIR}/tomatoes-${PORTVERSION}
USE_BZIP2= yes
USE_SDL= mixer image
-USE_GL= yes
+USE_GL= gl
USE_GMAKE= yes
MAKEFILE= makefile
MAKE_ARGS= CC="${CXX}" \
@@ -39,9 +39,9 @@ PLIST_FILES= bin/tomatoes \
PLIST_DIRS= %%DATADIR%%/music \
%%DATADIR%%
-SDL_CFLAGS= `${SDL_CONFIG} --cflags` -I${X11BASE}/include
+SDL_CFLAGS= `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include
SDL_LDFLAGS= `${SDL_CONFIG} --libs` -lSDL_image -lSDL_mixer \
- -L${X11BASE}/lib -lGL -lGLU
+ -L${LOCALBASE}/lib -lGL -lGLU
.include <bsd.port.pre.mk>
OpenPOWER on IntegriCloud