mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix Mesa builds by adding lang/python, since it does not support
setting an explicit Python version as build dependency
This commit is contained in:
parent
c0547cb3e5
commit
d1dd91e9ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324875
@ -35,7 +35,10 @@ MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${MESABASEVERSION}/
|
||||
DISTFILES= MesaLib-${MESADISTVERSION}${EXTRACT_SUFX}
|
||||
MAINTAINER?= x11@FreeBSD.org
|
||||
|
||||
# HACK: added lang/python as build dependency - we need to check, which
|
||||
# python versions are cleanly supported by Mesa
|
||||
BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/makedepend \
|
||||
python:${PORTSDIR}/lang/python \
|
||||
${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
|
||||
|
||||
USES= bison
|
||||
|
Loading…
Reference in New Issue
Block a user