pkgsrc-WIP-changes archive

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

mesa: add missing tool dependency



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Aug 20 15:21:44 2025 +0200
Changeset:	d9728bb4ee7bb00eb2d1bcfd99dd94a517e34156

Modified Files:
	mesa/Makefile

Log Message:
mesa: add missing tool dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d9728bb4ee7bb00eb2d1bcfd99dd94a517e34156

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

diffstat:
 mesa/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/mesa/Makefile b/mesa/Makefile
index fb7e8790e1..07c5d81549 100644
--- a/mesa/Makefile
+++ b/mesa/Makefile
@@ -129,6 +129,7 @@ CPPFLAGS+=	-DHAVE_NOATEXIT
 CPPFLAGS+=	-DSYSCONFDIR=${PKG_SYSCONFDIR}
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
+TOOL_DEPENDS+=	${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 TOOL_DEPENDS+=	${PYPKGPREFIX}-yaml>=3.0.0:../../textproc/py-yaml
 
 BUILDLINK_TRANSFORM+=		rm:-Werror=incompatible-pointer-types


Home | Main Index | Thread Index | Old Index