diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-04-22 23:02:08 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-04-22 23:10:43 +0000 |
commit | 3942f869dca5afe069689258be8a9c77672a10e4 (patch) | |
tree | b0d443f8b8336fee81078d31df24eb84571d0e6d | |
parent | 5aa013b5a6e3a3ae2071af2aeceb809fd9073c27 (diff) | |
download | ports-3942f869dca5afe069689258be8a9c77672a10e4.tar.gz ports-3942f869dca5afe069689258be8a9c77672a10e4.zip |
devel/vc-intrinsics: add llvm14 flavor after 49ce081c76e4
-rw-r--r-- | devel/vc-intrinsics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/vc-intrinsics/Makefile b/devel/vc-intrinsics/Makefile index b8b825ca53ed..3eba392a41b1 100644 --- a/devel/vc-intrinsics/Makefile +++ b/devel/vc-intrinsics/Makefile @@ -14,7 +14,7 @@ COMMENT= LLVM intrinsics for SIMD on GPU LICENSE= MIT -FLAVORS= ${13 12 11:L:S/^/llvm/} +FLAVORS= ${14 13 12 11:L:S/^/llvm/} BUILD_DEPENDS= ${FLAVOR}>0:devel/${FLAVOR} |