diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-12-09 21:17:54 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-12-09 21:17:54 +0800 |
commit | b7a55bc08162fcf91db70ee4764cf0eb2f5f0a40 (patch) | |
tree | e479af516c22b3c874c068bfee7517d9e9d207eb /games/bubbros | |
parent | b733d89f4af1b7db81f623c02eee6fb5d9f51374 (diff) | |
download | freebsd-ports-gnome-b7a55bc08162fcf91db70ee4764cf0eb2f5f0a40.tar.gz freebsd-ports-gnome-b7a55bc08162fcf91db70ee4764cf0eb2f5f0a40.tar.zst freebsd-ports-gnome-b7a55bc08162fcf91db70ee4764cf0eb2f5f0a40.zip |
Respect X11BASE
PR: ports/106155
Approved by: maintainer (implicit)
Diffstat (limited to 'games/bubbros')
-rw-r--r-- | games/bubbros/Makefile | 3 |
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 |