summaryrefslogtreecommitdiff
path: root/games/gl-117/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/gl-117/Makefile')
-rw-r--r--games/gl-117/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/gl-117/Makefile b/games/gl-117/Makefile
index 2f5475e4f6b9..51e15b4a137c 100644
--- a/games/gl-117/Makefile
+++ b/games/gl-117/Makefile
@@ -25,5 +25,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --x-include=${X11BASE}/include \
--x-libraries=${X11BASE}/lib \
--with-opengl-dir=${X11BASE}
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
.include <bsd.port.mk>