diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-08-27 00:04:27 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-08-27 08:11:27 +0000 |
commit | 2d5e932051ae28c607ea5ded99451d1bc03bcf14 (patch) | |
tree | fbf859d30ad224dbb2472695c08bb2955d720def | |
parent | 3353a8922aea80f5b78b3526b5ba45483ae29017 (diff) | |
download | ports-2d5e932051ae28c607ea5ded99451d1bc03bcf14.tar.gz ports-2d5e932051ae28c607ea5ded99451d1bc03bcf14.zip |
devel/vc-intrinsics: add llvm13 flavor after acdf72266d25
-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 4f69baed1d82..16708bef9976 100644 --- a/devel/vc-intrinsics/Makefile +++ b/devel/vc-intrinsics/Makefile @@ -8,7 +8,7 @@ COMMENT= LLVM intrinsics for SIMD on GPU LICENSE= MIT -FLAVORS= ${12 11 10 90 80 70:L:S/^/llvm/} +FLAVORS= ${13 12 11 10 90 80 70:L:S/^/llvm/} BUILD_DEPENDS= ${FLAVOR}>0:devel/${FLAVOR} |