diff options
author | dholland <dholland@pkgsrc.org> | 2020-11-30 18:38:52 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2020-11-30 18:38:52 +0000 |
commit | 999e931bca8e3bb914a3e61605501f9219943c4a (patch) | |
tree | 1fd4a1026b8973f73e7aaebbd6c8c84b9ef14ee9 /fonts/harfbuzz | |
parent | 43b1bd85105d0f1af5eb60db6197144b4ae1da26 (diff) | |
download | pkgsrc-999e931bca8e3bb914a3e61605501f9219943c4a.tar.gz |
harfbuzz does not build with python27.
(it fails trying to do encoding stuff with files)
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 53e39315af6..b429c6f7da8 100644 --- a/fonts/harfbuzz/Makefile.common +++ b/fonts/harfbuzz/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2020/11/16 16:17:00 tsutsui Exp $ +# $NetBSD: Makefile.common,v 1.3 2020/11/30 18:38:52 dholland Exp $ # used by fonts/harfbuzz-icu/Makefile DISTNAME= harfbuzz-2.7.2 @@ -73,6 +73,7 @@ PLIST.coretext= yes PYTHON_FOR_BUILD_ONLY= tool REPLACE_PYTHON+= src/*.py +PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../devel/meson/build.mk" .include "../../devel/glib2/buildlink3.mk" |