svn commit: r452500 - head/Mk
Jan Beich
jbeich at FreeBSD.org
Fri Oct 20 05:27:20 UTC 2017
Author: jbeich
Date: Fri Oct 20 05:27:19 2017
New Revision: 452500
URL: https://svnweb.freebsd.org/changeset/ports/452500
Log:
gecko: unbreak RUST_PORT=lang/rust-nightly after r443536
Reported by: @myfreeweb (via 557cab235fab)
Modified:
head/Mk/bsd.gecko.mk (contents, props changed)
Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk Fri Oct 20 05:27:08 2017 (r452499)
+++ head/Mk/bsd.gecko.mk Fri Oct 20 05:27:19 2017 (r452500)
@@ -386,7 +386,7 @@ post-patch-SNDIO-on:
.endif
.if ${PORT_OPTIONS:MRUST} || ${MOZILLA_VER:R:R} >= 54
-BUILD_DEPENDS+= rust>=1.19.0_2:${RUST_PORT}
+BUILD_DEPENDS+= ${RUST_PORT:T}>=1.19.0_2:${RUST_PORT}
RUST_PORT?= lang/rust
. if ${MOZILLA_VER:R:R} < 54
MOZ_OPTIONS+= --enable-rust
More information about the svn-ports-head
mailing list