pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Fri Apr 12 19:59:38 UTC 2024

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
lang/rust: Need cmake as tool, not as buildlink.


To generate a diff of this commit:
cvs rdiff -u -r1.303 -r1.304 pkgsrc/lang/rust/Makefile

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

Modified files:

Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.303 pkgsrc/lang/rust/Makefile:1.304
--- pkgsrc/lang/rust/Makefile:1.303     Sun Mar  3 14:53:32 2024
+++ pkgsrc/lang/rust/Makefile   Fri Apr 12 19:59:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.303 2024/03/03 14:53:32 he Exp $
+# $NetBSD: Makefile,v 1.304 2024/04/12 19:59:38 riastradh Exp $
 
 DISTNAME=      rustc-1.75.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -701,7 +701,7 @@ DEPENDS+=   libatomic-links>=0:../../devel
 .endif
 
 TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
-.include "../../devel/cmake/buildlink3.mk"
+
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/tool.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index