summaryrefslogtreecommitdiff
path: root/games/xbl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xbl/Makefile')
-rw-r--r--games/xbl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xbl/Makefile b/games/xbl/Makefile
index 1055bcce804a..43ce6fce20f4 100644
--- a/games/xbl/Makefile
+++ b/games/xbl/Makefile
@@ -15,7 +15,8 @@ MAINTAINER= ports@FreeBSD.org
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-CFLAGS+= -I${PREFIX}/include
+CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
+ LIBS="-L${X11BASE}/lib"
MANN= xbl.n
.include <bsd.port.mk>