aboutsummaryrefslogtreecommitdiff
path: root/devel/rustup-init/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rustup-init/Makefile')
-rw-r--r--devel/rustup-init/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/rustup-init/Makefile b/devel/rustup-init/Makefile
index 4a2ff4ace36c..25c3ede69ffc 100644
--- a/devel/rustup-init/Makefile
+++ b/devel/rustup-init/Makefile
@@ -1,6 +1,6 @@
PORTNAME= rustup-init
DISTVERSION= 1.28.1
-PORTREVISION= 5
+PORTREVISION= 7
CATEGORIES= devel
DISTNAME= rustup
@@ -11,6 +11,9 @@ WWW= https://rustup.rs/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE-MIT
+LIB_DEPENDS= libcurl.so:ftp/curl \
+ libzstd.so:archivers/zstd
+
USES= cargo llvm ssl
USE_GITHUB= yes
GH_ACCOUNT= rust-lang