pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/mise
Module Name: pkgsrc
Committed By: wiz
Date: Fri Oct 3 20:08:58 UTC 2025
Modified Files:
pkgsrc/devel/mise: Makefile
Log Message:
mise: fix build by adding some missing dependencies
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/devel/mise/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/mise/Makefile
diff -u pkgsrc/devel/mise/Makefile:1.96 pkgsrc/devel/mise/Makefile:1.97
--- pkgsrc/devel/mise/Makefile:1.96 Thu Sep 25 06:56:46 2025
+++ pkgsrc/devel/mise/Makefile Fri Oct 3 20:08:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2025/09/25 06:56:46 pin Exp $
+# $NetBSD: Makefile,v 1.97 2025/10/03 20:08:58 wiz Exp $
DISTNAME= mise-2025.9.18
CATEGORIES= devel
@@ -14,6 +14,8 @@ RUST_REQ= 1.85.0
USE_LANGUAGES= c
USE_TOOLS+= pkg-config
+TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
+
.include "cargo-depends.mk"
AUTO_MKDIRS= yes
@@ -30,5 +32,6 @@ post-install:
${DESTDIR}${PREFIX}/share/zsh/site-functions/
.include "../../lang/rust/cargo.mk"
+.include "../../lang/clang/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index