Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2023 22:53:12 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9afb8d94033a - main - graphics/mesa-devel: allow rust-nightly after d8990eff958b
Message-ID:  <202302032253.313MrCSk024993@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302032253.313MrCSk024993>