diff options
-rw-r--r-- | devel/spirv-llvm-translator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/spirv-llvm-translator/Makefile b/devel/spirv-llvm-translator/Makefile index dc5d4105c426..0128e5c9b281 100644 --- a/devel/spirv-llvm-translator/Makefile +++ b/devel/spirv-llvm-translator/Makefile @@ -22,6 +22,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT LIB_DEPENDS= libLLVM-${FLAVOR:S/llvm//}.so:devel/${FLAVOR} FLAVORS= ${18 17 16 15 14 13 12 11:L:S/^/llvm/} +CONFLICTS_BUILD=${FLAVOR}-lite USES= cmake compiler:c++11-lib USE_GITHUB= yes |