diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-09 13:17:54 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-09 13:17:54 +0000 |
commit | 2888f17d3a8dcea2558578016f56ec20c1cd8c93 (patch) | |
tree | 41133308a24b6dfa858a2f5e4a1b78d279e86ca8 /games/bubbros | |
parent | 40a0a74402a3808b2c149107a12b710f4e5294b7 (diff) | |
download | ports-2888f17d3a8dcea2558578016f56ec20c1cd8c93.tar.gz ports-2888f17d3a8dcea2558578016f56ec20c1cd8c93.zip |
Notes
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 |