pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/harfbuzz



Module Name:    pkgsrc
Committed By:   nros
Date:           Sat Apr 17 18:42:08 UTC 2021

Modified Files:
        pkgsrc/fonts/harfbuzz: Makefile.common

Log Message:
harbuzz and harfbuzz-icu use python3 when building


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/fonts/harfbuzz/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/harfbuzz/Makefile.common
diff -u pkgsrc/fonts/harfbuzz/Makefile.common:1.4 pkgsrc/fonts/harfbuzz/Makefile.common:1.5
--- pkgsrc/fonts/harfbuzz/Makefile.common:1.4   Fri Jan  1 08:58:00 2021
+++ pkgsrc/fonts/harfbuzz/Makefile.common       Sat Apr 17 18:42:08 2021
@@ -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"



Home | Main Index | Thread Index | Old Index