From b7a55bc08162fcf91db70ee4764cf0eb2f5f0a40 Mon Sep 17 00:00:00 2001 From: laszlof Date: Sat, 9 Dec 2006 13:17:54 +0000 Subject: Respect X11BASE PR: ports/106155 Approved by: maintainer (implicit) --- games/bubbros/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'games/bubbros/Makefile') 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 -- cgit