pkgsrc-WIP-changes archive

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

rumdl: add missing tool



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Nov 2 22:23:04 2025 +0100
Changeset:	8d66957b8207c1b3694f609ccb1e497ff49cf425

Modified Files:
	rumdl/Makefile

Log Message:
rumdl: add missing tool

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

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

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

diffs:
diff --git a/rumdl/Makefile b/rumdl/Makefile
index 4dde9f6538..fab2e76452 100644
--- a/rumdl/Makefile
+++ b/rumdl/Makefile
@@ -12,6 +12,7 @@ LICENSE=	mit
 
 RUST_REQ=	1.89.0
 USE_LANGUAGES+=	c c++
+USE_TOOLS+=	gmake
 
 .include "cargo-depends.mk"
 .include "../../lang/rust/cargo.mk"


Home | Main Index | Thread Index | Old Index