git: 24f896ee7221 - main - lang/crystal: chase d7120b446433
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Mar 2022 00:16:17 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=24f896ee7221eec8bd72c9fec778c18fca0079bb commit 24f896ee7221eec8bd72c9fec778c18fca0079bb Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-03-21 22:36:02 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-03-22 00:16:13 +0000 lang/crystal: chase d7120b446433 --- lang/crystal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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