aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authordumbbell <dumbbell@FreeBSD.org>2017-09-26 05:21:33 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 05:36:34 +0800
commit6359748267188eb3f81a6491c061a19d311639b4 (patch)
tree0f004c7d110003d0395e9ae22a8906244861e0da /Mk
parenta22f85719605d18d012bbc3aecd566f7b8aa007a (diff)
downloadfreebsd-ports-gnome-6359748267188eb3f81a6491c061a19d311639b4.tar.gz
freebsd-ports-gnome-6359748267188eb3f81a6491c061a19d311639b4.tar.zst
freebsd-ports-gnome-6359748267188eb3f81a6491c061a19d311639b4.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')
-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