Date: Thu, 9 Apr 2020 01:00:07 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531167 - head/devel/intel-graphics-compiler Message-ID: <202004090100.039107LX038884@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu Apr 9 01:00:06 2020 New Revision: 531167 URL: https://svnweb.freebsd.org/changeset/ports/531167 Log: devel/intel-graphics-compiler: don't override BUILD_DEPENDS Modified: head/devel/intel-graphics-compiler/Makefile (contents, props changed) Modified: head/devel/intel-graphics-compiler/Makefile ============================================================================== --- head/devel/intel-graphics-compiler/Makefile Thu Apr 9 00:58:51 2020 (r531166) +++ head/devel/intel-graphics-compiler/Makefile Thu Apr 9 01:00:06 2020 (r531167) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004090100.039107LX038884>