diff options
Diffstat (limited to 'games/apoolGL/Makefile')
-rw-r--r-- | games/apoolGL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/apoolGL/Makefile b/games/apoolGL/Makefile index aaf4148ad10b..0182f573ea8b 100644 --- a/games/apoolGL/Makefile +++ b/games/apoolGL/Makefile @@ -27,7 +27,7 @@ post-patch: do-build: ${CC} ${CFLAGS} -DDATADIR="\"${DATADIR}\"" \ `${SDL_CONFIG} --cflags --libs` \ - -I${X11BASE}/include -L${X11BASE}/lib -lGL -lGLU \ + -I${LOCALBASE}/include -L${LOCALBASE}/lib -lGL -lGLU \ -o ${WRKSRC}/apool ${WRKSRC}/*.c do-install: |