aboutsummaryrefslogtreecommitdiff
path: root/devel/llvm-devel
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2017-04-05 21:12:58 +0000
committerBrooks Davis <brooks@FreeBSD.org>2017-04-05 21:12:58 +0000
commit16e62660c928e49e8e491ec2a299594b84aa7cf1 (patch)
tree2f44a77a87864853b623c91dbafcd7247d61930d /devel/llvm-devel
parentf9d0b63e5bb79260904ec1be6d441550c9f8acfc (diff)
Notes
Diffstat (limited to 'devel/llvm-devel')
-rw-r--r--devel/llvm-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile
index 02fdcd32d2cb..09a5e74de475 100644
--- a/devel/llvm-devel/Makefile
+++ b/devel/llvm-devel/Makefile
@@ -80,11 +80,12 @@ LLD_DESC= Install lld, the LLVM linker
LLD_GH_PROJECT= lld:lld
LLD_GH_SUBDIR= tools/lld:lld
LLD_GH_TAGNAME= ${LLD_COMMIT}:lld
-LLDB_DESC= Install lldb, the LLVM debugger
LLDB_BUILD_DEPENDS= swig:devel/swig13
+LLDB_DESC= Install lldb, the LLVM debugger
LLDB_GH_PROJECT= lldb:lldb
LLDB_GH_SUBDIR= tools/lldb:lldb
LLDB_GH_TAGNAME= ${LLDB_COMMIT}:lldb
+LLDB_IMPLIES= CLANG
LLDB_USES= execinfo
LLDB_VARS= _USES_PYTHON=python
OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library