aboutsummaryrefslogtreecommitdiff
path: root/devel/intel-graphics-compiler
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-04-09 01:00:06 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-04-09 01:00:06 +0000
commitec96cb952595702493c2ea4e1b592011f40d66fe (patch)
tree15f1c2d5e71d1b5e0d1e15f2bed8a77e5bcc69fc /devel/intel-graphics-compiler
parent46b123b424ff5df1bfecb73a581a90163bf7976c (diff)
downloadports-ec96cb952595702493c2ea4e1b592011f40d66fe.tar.gz
ports-ec96cb952595702493c2ea4e1b592011f40d66fe.zip
devel/intel-graphics-compiler: don't override BUILD_DEPENDS
Notes
Notes: svn path=/head/; revision=531167
Diffstat (limited to 'devel/intel-graphics-compiler')
-rw-r--r--devel/intel-graphics-compiler/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/intel-graphics-compiler/Makefile b/devel/intel-graphics-compiler/Makefile
index 69e6b304d5d0..1dac9bc7b97d 100644
--- a/devel/intel-graphics-compiler/Makefile
+++ b/devel/intel-graphics-compiler/Makefile
@@ -28,7 +28,7 @@ PLIST_SUB= ARCH_SUFX=${ARCH:S/i386/32/:S/amd//:S/x86_//}
.if exists(/usr/lib/clang/10.0.0) && ${CXX} == c++
# https://github.com/intel/intel-graphics-compiler/issues/126
-BUILD_DEPENDS= clang++90:devel/llvm90
+BUILD_DEPENDS+= clang++90:devel/llvm90
USES:= ${USES:Ncompiler*}
CXX= clang++90
.endif