aboutsummaryrefslogtreecommitdiff
path: root/games/bloboats
diff options
context:
space:
mode:
Diffstat (limited to 'games/bloboats')
-rw-r--r--games/bloboats/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/bloboats/Makefile b/games/bloboats/Makefile
index a03cc2bcd78d..f1d35d0796a3 100644
--- a/games/bloboats/Makefile
+++ b/games/bloboats/Makefile
@@ -25,4 +25,7 @@ USE_GCC= 3.4+
MAKE_ENV+= CXX="${CXX}" DATADIR="${DATADIR}"
+post-patch:
+ @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/Makefile
+
.include <bsd.port.mk>