From 6359748267188eb3f81a6491c061a19d311639b4 Mon Sep 17 00:00:00 2001 From: dumbbell Date: Mon, 25 Sep 2017 21:21:33 +0000 Subject: Mk/bsd.gecko.mk, multimedia/librespot: Fix version of Rust which started to ship Cargo Cargo started to ship with Rust in 1.19.0_2. I forgot to indicate the port revision in the 1.19.0_2 commit. Reported by: jbeich@ --- Mk/bsd.gecko.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mk') diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 45dc8b2322d9..05460ac18bfc 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -389,7 +389,7 @@ post-patch-SNDIO-on: .endif .if ${PORT_OPTIONS:MRUST} -BUILD_DEPENDS+= rust>=1.19.0:${RUST_PORT} +BUILD_DEPENDS+= rust>=1.19.0_2:${RUST_PORT} RUST_PORT?= lang/rust MOZ_OPTIONS+= --enable-rust .else -- cgit