aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2006-12-02 05:15:39 +0800
committerehaupt <ehaupt@FreeBSD.org>2006-12-02 05:15:39 +0800
commite5cc61d857a19afa68e8415b27851b7790c240ef (patch)
tree6d6c20a29d8f8243cd9f07edcd1d2e462865093e /games
parent5607fc8a95572ca1fd2ad01c1039207b1c0f25a6 (diff)
downloadfreebsd-ports-gnome-e5cc61d857a19afa68e8415b27851b7790c240ef.tar.gz
freebsd-ports-gnome-e5cc61d857a19afa68e8415b27851b7790c240ef.tar.zst
freebsd-ports-gnome-e5cc61d857a19afa68e8415b27851b7790c240ef.zip
Respect X11BASE
PR: 106152 Submitted by: laszlof
Diffstat (limited to 'games')
-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>