aboutsummaryrefslogtreecommitdiff
path: root/devel/compiler-rt-devel/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/compiler-rt-devel/Makefile
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
Notes
Diffstat (limited to 'devel/compiler-rt-devel/Makefile')
-rw-r--r--devel/compiler-rt-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/compiler-rt-devel/Makefile b/devel/compiler-rt-devel/Makefile
index 53b661fbba86..0d9a3aea8c22 100644
--- a/devel/compiler-rt-devel/Makefile
+++ b/devel/compiler-rt-devel/Makefile
@@ -16,7 +16,7 @@ USES= cmake:outsource compiler:c++11-lib ninja
BROKEN= relies on incompatible stdarg.h from clang
-BUILD_DEPENDS= llvm-config${LLVM_SUFFIX}:${PORTSDIR}/devel/llvm${LLVM_SUFFIX}
+BUILD_DEPENDS= llvm-config${LLVM_SUFFIX}:devel/llvm${LLVM_SUFFIX}
CMAKE_INSTALL_PREFIX= ${LLVM_PREFIX}/
CMAKE_ARGS= -DLLVM_CONFIG_PATH=${LOCALBASE}/bin/llvm-config${LLVM_SUFFIX}