summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2021-04-17 18:42:08 +0000
committernros <nros@pkgsrc.org>2021-04-17 18:42:08 +0000
commit9cda99d67cd749695e1d6e2d86ddc96a9248406c (patch)
tree6f68099bbcfc482b9cf0ec05b5fc120e4c9b7d7a /fonts
parent20fa81b9436b51a0821873567dd457a40c7800c5 (diff)
downloadpkgsrc-9cda99d67cd749695e1d6e2d86ddc96a9248406c.tar.gz
harbuzz and harfbuzz-icu use python3 when building
Diffstat (limited to 'fonts')
-rw-r--r--fonts/harfbuzz/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/harfbuzz/Makefile.common b/fonts/harfbuzz/Makefile.common
index d9d0af4689f..82c6fb7584a 100644
--- a/fonts/harfbuzz/Makefile.common
+++ b/fonts/harfbuzz/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2021/01/01 08:58:00 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.5 2021/04/17 18:42:08 nros Exp $
# used by fonts/harfbuzz-icu/Makefile
DISTNAME= harfbuzz-2.7.4
@@ -85,3 +85,4 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
# graphite2 support breaks graphics/librsvg-c
.include "../../graphics/graphite2/buildlink3.mk"
.endif
+.include "../../lang/python/tool.mk"