aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gecko.mk
diff options
context:
space:
mode:
authordumbbell <dumbbell@FreeBSD.org>2017-09-26 05:21:33 +0800
committerdumbbell <dumbbell@FreeBSD.org>2017-09-26 05:21:33 +0800
commitc995b9afb48b7921d090155a2cca8bcf2ac4044b (patch)
treec7b43ae315cb4954e82b6dec4f4a31821e73a587 /Mk/bsd.gecko.mk
parent8066462d579bc44ff3702f00289cbbea066a7924 (diff)
downloadfreebsd-ports-gnome-c995b9afb48b7921d090155a2cca8bcf2ac4044b.tar.gz
freebsd-ports-gnome-c995b9afb48b7921d090155a2cca8bcf2ac4044b.tar.zst
freebsd-ports-gnome-c995b9afb48b7921d090155a2cca8bcf2ac4044b.zip
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@
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r--Mk/bsd.gecko.mk2
1 files changed, 1 insertions, 1 deletions
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