1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00

- Fix the usage of 'python' to get rid of the implicit lang/python

dependency in the mesa ports

Approved by:	x11@ (via kwm@)
This commit is contained in:
Marcus von Appen 2013-11-25 20:30:54 +00:00
parent 350ecd9843
commit 864818635f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334896

View File

@ -120,6 +120,8 @@ post-patch:
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \
${WRKSRC}/src/mesa/drivers/dri/common/xmlconfig.c
@${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|' \
${WRKSRC}/src/gallium/auxiliary/util/Makefile
.if !defined(WITH_NEW_XORG)
@${REINPLACE_CMD} -e 's|[$$](INSTALL_LIB_DIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
${WRKSRC}/src/glu/Makefile \