diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/MesaLib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index 3efa1b48ddc..88d5a1ec5ab 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.113 2015/09/28 23:50:06 tnn Exp $ +# $NetBSD: Makefile,v 1.114 2015/10/11 16:34:09 tnn Exp $ DISTNAME= mesa-11.0.2 PKGNAME= ${DISTNAME:S/mesa/MesaLib/} @@ -70,6 +70,7 @@ SUBST_SED.tr1+= -e 's,include <tr1/,include <,g' PYTHON_FOR_BUILD_ONLY= yes PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # as of 10.6.7 BUILD_DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako +CONFIGURE_ENV+= ac_cv_prog_PYTHON2=${PYTHONBIN} .include "../../lang/python/tool.mk" # On NetBSD < 6 we need to compile with GCC from pkgsrc. |