Index: Makefile =================================================================== RCS file: /home/pcvs/ports/games/bubbros/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 25 Aug 2006 19:56:20 -0000 1.3 +++ Makefile 1 Dec 2006 20:33:15 -0000 @@ -19,8 +19,11 @@ 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