aboutsummaryrefslogtreecommitdiff
path: root/games/xfrisk
diff options
context:
space:
mode:
Diffstat (limited to 'games/xfrisk')
-rw-r--r--games/xfrisk/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile
index 4ba26c425d42..336a5a5c8885 100644
--- a/games/xfrisk/Makefile
+++ b/games/xfrisk/Makefile
@@ -23,4 +23,7 @@ NO_INSTALL_MANPAGES= yes
WRKSRC= ${WRKDIR}/XFrisk
USE_GMAKE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
.include <bsd.port.mk>