diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-03-21 22:36:02 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-03-22 00:16:13 +0000 |
commit | 24f896ee7221eec8bd72c9fec778c18fca0079bb (patch) | |
tree | d9c6e21de482ec3e70145362e49beecfc6596984 /lang | |
parent | graphics/mesa-devel: chase d7120b446433 (diff) |
lang/crystal: chase d7120b446433
Diffstat (limited to 'lang')
-rw-r--r-- | lang/crystal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/crystal/Makefile b/lang/crystal/Makefile index 61bed580c744..46c942add542 100644 --- a/lang/crystal/Makefile +++ b/lang/crystal/Makefile @@ -17,7 +17,7 @@ ONLY_FOR_ARCHS_REASON= requires prebuilt bootstrap compiler LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded \ libevent.so:devel/libevent \ libpcre.so:devel/pcre \ - libLLVM-${LLVM_VERSION:C/^([6-9])0/\1/:S/-devel/14/}.so:devel/llvm${LLVM_VERSION} + libLLVM-${LLVM_VERSION:C/^([6-9])0/\1/:S/-devel/15/}.so:devel/llvm${LLVM_VERSION} BUILD_DEPENDS= ${LOCALBASE}/bin/llvm-config${LLVM_VERSION}:devel/llvm${BOOTSTRAP_LLVM_VERSION} \ git:devel/git RUN_DEPENDS= pkg-config:devel/pkgconf |