- 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:
Marcus von Appen 2013-08-17 22:31:07 +00:00
parent c0547cb3e5
commit d1dd91e9ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324875

View File

@ -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