mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/opencl-clang: simplify _DEPENDS after 1347956c0c
This commit is contained in:
parent
29aaa7861d
commit
7c22badc1b
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ COMMENT= Clang wrapper to compile OpenCL C kernels to SPIR-V modules
|
|||
LICENSE= NCSA
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libLLVM-${DISTVERSION:R:R}.so:devel/${FLAVOR} \
|
||||
libLLVMSPIRVLib.so.${DISTVERSION:R:R}:devel/spirv-llvm-translator@${FLAVOR}
|
||||
LIB_DEPENDS= libLLVM-${FLAVOR:S/llvm//}.so:devel/${FLAVOR} \
|
||||
libLLVMSPIRVLib.so.${FLAVOR:S/llvm//}:devel/spirv-llvm-translator@${FLAVOR}
|
||||
|
||||
FLAVORS= ${13 12 11:L:S/^/llvm/}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue