diff options
author | nros <nros@pkgsrc.org> | 2021-04-17 18:42:08 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2021-04-17 18:42:08 +0000 |
commit | 9cda99d67cd749695e1d6e2d86ddc96a9248406c (patch) | |
tree | 6f68099bbcfc482b9cf0ec05b5fc120e4c9b7d7a /fonts/harfbuzz | |
parent | 20fa81b9436b51a0821873567dd457a40c7800c5 (diff) | |
download | pkgsrc-9cda99d67cd749695e1d6e2d86ddc96a9248406c.tar.gz |
harbuzz and harfbuzz-icu use python3 when building
Diffstat (limited to 'fonts/harfbuzz')
-rw-r--r-- | fonts/harfbuzz/Makefile.common | 3 |
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" |