summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2017-09-22 12:40:15 +0000
committertnn <tnn@pkgsrc.org>2017-09-22 12:40:15 +0000
commitef92587039cb19790ee4b62e213a8198ceb835d1 (patch)
tree551e28b29c2e87d9e48fada04248e982825192a8 /devel
parent70c2287d816cb625359fc79cabbdd907fc456883 (diff)
downloadpkgsrc-ef92587039cb19790ee4b62e213a8198ceb835d1.tar.gz
cargo: needs cmake
Diffstat (limited to 'devel')
-rw-r--r--devel/cargo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cargo/Makefile b/devel/cargo/Makefile
index 4cb06c3af37..80c8be80810 100644
--- a/devel/cargo/Makefile
+++ b/devel/cargo/Makefile
@@ -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}