git: 9afb8d94033a - main - graphics/mesa-devel: allow rust-nightly after d8990eff958b

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Fri, 03 Feb 2023 22:53:12 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9afb8d94033a38a9819bc299af8e647a9564a144

commit 9afb8d94033a38a9819bc299af8e647a9564a144
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-03 22:52:07 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-02-03 22:53:00 +0000

    graphics/mesa-devel: allow rust-nightly after d8990eff958b
---
 graphics/mesa-devel/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index 96bd90ee1487..9cf47359a2df 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -107,7 +107,7 @@ OPENCL_DESC=		Heterogeneous computing via OpenCL (implies LLVM)
 OPENCL_BUILD_DEPENDS=	bindgen:devel/rust-bindgen-cli \
 			libclc>0:devel/libclc \
 			spirv-tools>0:graphics/spirv-tools \
-			rustc:lang/rust
+			rustc:lang/${RUST_DEFAULT}
 OPENCL_LIB_DEPENDS=	libLLVMSPIRVLib.so.${LLVM_VERSION}:devel/spirv-llvm-translator@${LLVM_PORT:T}
 OPENCL_RUN_DEPENDS=	libclc>0:devel/libclc
 OPENCL_CONFIGURE_ENV=	PKG_CONFIG_PATH="${LLVM_PREFIX}/libdata/pkgconfig"