aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-dri
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-12-30 08:51:33 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-12-30 08:51:33 +0000
commit7db0c5970ea13ec2de45847b10cc4d9eee3b115f (patch)
tree6059d6713ae9a9671bfa940db087aa17d64f43c1 /graphics/mesa-dri
parentaa62378ce065850800eb81aa2f0a597d9f4c6662 (diff)
downloadports-7db0c5970ea13ec2de45847b10cc4d9eee3b115f.tar.gz
ports-7db0c5970ea13ec2de45847b10cc4d9eee3b115f.zip
graphics/mesa-dri: unbreak on powerpc* + clang after r457430
python2.7 ./radv_entrypoints_gen.py \ --xml ../../../src/vulkan/registry/vk.xml --outdir . Traceback (most recent call last): File "./radv_entrypoints_gen.py", line 30, in <module> from mako.template import Template ImportError: No module named mako.template PR: 221540 Reported by: Mark Millard (via ports@ list) Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=457591
Diffstat (limited to 'graphics/mesa-dri')
-rw-r--r--graphics/mesa-dri/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/mesa-dri/Makefile b/graphics/mesa-dri/Makefile
index b9621382eb6c..8bf9b8b26fe2 100644
--- a/graphics/mesa-dri/Makefile
+++ b/graphics/mesa-dri/Makefile
@@ -63,8 +63,11 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-src_gallium_drivers_vc4_Makefile.in
. endif
.endif
-.if ${VULKAN_DRIVERS:MINTEL}
+.if ${VULKAN_DRIVERS}
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR}
+.endif
+
+.if ${VULKAN_DRIVERS:MINTEL}
. if ${/usr/bin/ld:L:tA} != "/usr/bin/ld.lld"
# --build-id isn't supported by old GNU ld.bfd in base
USE_BINUTILS= yes