pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cargo



Module Name:    pkgsrc
Committed By:   tnn
Date:           Fri Sep 22 12:40:15 UTC 2017

Modified Files:
        pkgsrc/devel/cargo: Makefile

Log Message:
cargo: needs cmake


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/cargo/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/cargo/Makefile
diff -u pkgsrc/devel/cargo/Makefile:1.1 pkgsrc/devel/cargo/Makefile:1.2
--- pkgsrc/devel/cargo/Makefile:1.1     Wed Sep 13 00:12:54 2017
+++ pkgsrc/devel/cargo/Makefile Fri Sep 22 12:40:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/09/13 00:12:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/22 12:40:15 tnn Exp $
 
 CARGO_VER=     0.17.0
 RUST_VER=      1.16.0
@@ -36,7 +36,7 @@ DEPENDS+=     rust-[0-9]*:../../lang/rust
 
 MAKE_ENV+=     RUSTFLAGS="-Clink-arg=${COMPILER_RPATH_FLAG}${PREFIX}/lib"
 
-USE_TOOLS+=            curl gmake perl pkg-config
+USE_TOOLS+=            curl cmake gmake perl pkg-config
 
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --prefix=${PREFIX}



Home | Main Index | Thread Index | Old Index