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: riastradh
Date: Sat Jan 27 02:09:27 UTC 2024
Modified Files:
pkgsrc/fonts/harfbuzz: Makefile.common
Log Message:
fonts/harfbuzz: Use REPLACE_TOOL_PYTHON, not REPLACE_PYTHON.
These scripts run at build-time; they don't get installed into the
package.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 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.44 pkgsrc/fonts/harfbuzz/Makefile.common:1.45
--- pkgsrc/fonts/harfbuzz/Makefile.common:1.44 Sat Jan 27 02:09:19 2024
+++ pkgsrc/fonts/harfbuzz/Makefile.common Sat Jan 27 02:09:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.44 2024/01/27 02:09:19 riastradh Exp $
+# $NetBSD: Makefile.common,v 1.45 2024/01/27 02:09:27 riastradh Exp $
# used by fonts/harfbuzz-icu/Makefile
DISTNAME= harfbuzz-8.3.0
@@ -73,7 +73,7 @@ PLIST.coretext= yes
.endif
PYTHON_FOR_BUILD_ONLY= tool
-REPLACE_PYTHON+= src/*.py
+REPLACE_TOOL_PYTHON+= src/*.py
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../devel/meson/build.mk"
Home |
Main Index |
Thread Index |
Old Index