pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/graphite2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun  9 08:36:09 UTC 2026

Modified Files:
        pkgsrc/graphics/graphite2: Makefile

Log Message:
graphite2: needs python tool to build now


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/graphite2/Makefile

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

Modified files:

Index: pkgsrc/graphics/graphite2/Makefile
diff -u pkgsrc/graphics/graphite2/Makefile:1.23 pkgsrc/graphics/graphite2/Makefile:1.24
--- pkgsrc/graphics/graphite2/Makefile:1.23     Tue Jun  9 07:52:22 2026
+++ pkgsrc/graphics/graphite2/Makefile  Tue Jun  9 08:36:09 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2026/06/09 07:52:22 adam Exp $
+# $NetBSD: Makefile,v 1.24 2026/06/09 08:36:09 wiz Exp $
 
 DISTNAME=      graphite2-1.3.15
 CATEGORIES=    graphics
@@ -29,8 +29,8 @@ BUILDLINK_DEPMETHOD.freetype2?=       build
 # uncomment the following to do so
 #TEST_TARGET=  test
 #PYTHON_FOR_BUILD_ONLY?=       tool
-#.include "../../lang/python/tool.mk"
 #TOOL_DEPENDS+=        ${PYPKGPREFIX}-fonttools-[0-9]*:../../fonts/py-fonttools/
 
+.include "../../lang/python/tool.mk"
 .include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index