pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rust182: Fix cmake dependency -- tool, not build.
Module Name: pkgsrc-wip
Committed By: Taylor R Campbell <riastradh%NetBSD.org@localhost>
Pushed By: riastradh
Date: Wed Feb 5 23:44:27 2025 +0000
Changeset: 02c87e2c3aeec2d9c497e50969103117527932e8
Modified Files:
rust182/Makefile
Log Message:
rust182: 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=02c87e2c3aeec2d9c497e50969103117527932e8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust182/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/rust182/Makefile b/rust182/Makefile
index 695026e5ee..0c8d63bbe5 100644
--- a/rust182/Makefile
+++ b/rust182/Makefile
@@ -682,8 +682,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