pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rust181: Fix cmake dependency -- tool, not build.
Module Name: pkgsrc-wip
Committed By: Taylor R Campbell <riastradh%NetBSD.org@localhost>
Pushed By: riastradh
Date: Thu Feb 6 01:11:19 2025 +0000
Changeset: 2bb1edd85fae72c1bf012512a346a15474d1cfc9
Modified Files:
rust181/Makefile
Log Message:
rust181: Fix cmake dependency -- tool, not build.
Fix space while here.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2bb1edd85fae72c1bf012512a346a15474d1cfc9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust181/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/rust181/Makefile b/rust181/Makefile
index 770be62774..c0475ebfd1 100644
--- a/rust181/Makefile
+++ b/rust181/Makefile
@@ -714,8 +714,8 @@ TOOL_DEPENDS+= compat80>=0:../../emulators/compat80
DEPENDS+= libatomic-links>=0:../../devel/libatomic-links
.endif
-TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
-.include "../../devel/cmake/buildlink3.mk"
+TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
+
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/tool.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index