diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-09-21 11:24:21 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-09-21 11:24:21 +0000 |
commit | 5f4b386da8e8d31e1b9cc37055fb61d7fb7a9e75 (patch) | |
tree | ece8852288789c5732519cf89142284975f432cf | |
parent | 29d1be2c878ee2a0779b4e6524990c0bb0eaeb6d (diff) |
Notes
-rw-r--r-- | lang/rust/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 6a2f6bbccda4..2b63cd873c83 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -30,8 +30,8 @@ LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT BUILD_DEPENDS= cmake:devel/cmake -LIB_DEPENDS= libgit2.so:devel/libgit2 \ - libcurl.so:ftp/curl \ +LIB_DEPENDS= libcurl.so:ftp/curl \ + libgit2.so:devel/libgit2 \ libssh2.so:security/libssh2 ONLY_FOR_ARCHS?= aarch64 amd64 i386 |