pkgsrc-WIP-changes archive

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

uv: add missing build tool



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Mar 3 08:18:51 2025 +0100
Changeset:	311ab7c4da7804184661c9f5eed9eaf0efbb35b7

Modified Files:
	uv/Makefile

Log Message:
uv: add missing build tool

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

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

diffstat:
 uv/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/uv/Makefile b/uv/Makefile
index 621a5d0816..ecdb834853 100644
--- a/uv/Makefile
+++ b/uv/Makefile
@@ -9,6 +9,9 @@ HOMEPAGE=	https://docs.astral.sh/uv/
 COMMENT=	Extremely fast Python package and project manager
 LICENSE=	apache-2.0 OR mit
 
+# for included jemalloc
+USE_TOOLS+=	gmake
+
 .include "cargo-depends.mk"
 
 # Depends on unpublished crates. Can't use cargo.mk to fetch them.


Home | Main Index | Thread Index | Old Index