mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Respect X11BASE
PR: ports/106155 Approved by: maintainer (implicit)
This commit is contained in:
parent
40a0a74402
commit
2888f17d3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179294
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user