Skip to content

Commit 98cb899

Browse files
committed
lang/rust: remove max LLVM version restriction for PORT_LLVM
1 parent caac204 commit 98cb899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lang/rust/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ DOCS_VARS= _RUST_BUILD_DOCS=true \
5959
_RUST_TOOLS+=rustdoc
6060
DOCS_VARS_OFF= _RUST_BUILD_DOCS=false
6161
GDB_RUN_DEPENDS= ${LOCALBASE}/bin/gdb:devel/gdb
62-
PORT_LLVM_USES= llvm:min=17,max=18,lib,noexport
62+
PORT_LLVM_USES= llvm:min=17,lib,noexport
6363
PORT_LLVM_MAKE_ENV= RUSTFLAGS="-Lnative=${LOCALBASE}/lib"
6464
SOURCES_VARS= _COMPONENTS+=rust-src-${_PACKAGE_VERS} \
6565
_RUST_TOOLS+=src

0 commit comments

Comments
 (0)