pkgsrc-WIP-changes archive

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

rust183: TOOL_DEPENDS+=<tab>, not <space>



Module Name:	pkgsrc-wip
Committed By:	Taylor R Campbell <riastradh%NetBSD.org@localhost>
Pushed By:	riastradh
Date:		Mon Jan 27 09:25:24 2025 +0000
Changeset:	c4b1eb406cd4f35c88cc5a109ff0884b43a254fa

Modified Files:
	rust183/Makefile

Log Message:
rust183: TOOL_DEPENDS+=<tab>, not <space>

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

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

diffstat:
 rust183/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/rust183/Makefile b/rust183/Makefile
index 8b8f2d012d..1a13c55969 100644
--- a/rust183/Makefile
+++ b/rust183/Makefile
@@ -704,7 +704,7 @@ TOOL_DEPENDS+=	compat80>=0:../../emulators/compat80
 DEPENDS+=	libatomic-links>=0:../../devel/libatomic-links
 .endif
 
-TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
+TOOL_DEPENDS+=	cmake-[0-9]*:../../devel/cmake
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/tool.mk"


Home | Main Index | Thread Index | Old Index