summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorFrank J. Laszlo <laszlof@FreeBSD.org>2006-12-09 13:17:54 +0000
committerFrank J. Laszlo <laszlof@FreeBSD.org>2006-12-09 13:17:54 +0000
commit2888f17d3a8dcea2558578016f56ec20c1cd8c93 (patch)
tree41133308a24b6dfa858a2f5e4a1b78d279e86ca8 /games
parentRespect X11BASE. (diff)
Respect X11BASE
PR: ports/106155 Approved by: maintainer (implicit)
Notes
Notes: svn path=/head/; revision=179294
Diffstat (limited to 'games')
-rw-r--r--games/bubbros/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/bubbros/Makefile b/games/bubbros/Makefile
index 952e762f5046..23b529b87d1f 100644
--- a/games/bubbros/Makefile
+++ b/games/bubbros/Makefile
@@ -19,8 +19,11 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
USE_PYTHON= yes
USE_BZIP2= yes
+USE_XLIB= yes
do-build:
+ @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' \
+ ${WRKSRC}/display/setup.py
# Compile the statesaver extension module
cd ${WRKSRC}/bubbob; ${PYTHON_CMD} setup.py build_ext -i
# Compile the X-window client extension module