aboutsummaryrefslogtreecommitdiff
path: root/math/ambit
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-11-27 15:56:06 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-11-27 15:56:06 +0000
commit165a4093eef86232fa4a50b6dd0887ef41fc6042 (patch)
treee3a195ffc0b69e6c5d461d32ff914a7defb6cde3 /math/ambit
parent9e788faec935a2c493a599d4f747da6650a1f674 (diff)
downloadports-165a4093eef86232fa4a50b6dd0887ef41fc6042.tar.gz
ports-165a4093eef86232fa4a50b6dd0887ef41fc6042.zip
Notes
Diffstat (limited to 'math/ambit')
-rw-r--r--math/ambit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ambit/Makefile b/math/ambit/Makefile
index 053500356407..7e492e2e5ed3 100644
--- a/math/ambit/Makefile
+++ b/math/ambit/Makefile
@@ -30,8 +30,8 @@ CMAKE_ARGS+= -DENABLE_TESTS:BOOL=OFF # https://github.com/jturney/ambit/issues/2
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
# It requires clang version >3.6
-BUILD_DEPENDS+= clang38:lang/clang38
-RUN_DEPENDS+= clang38:lang/clang38
+BUILD_DEPENDS+= clang38:devel/llvm38
+RUN_DEPENDS+= clang38:devel/llvm38
CC= clang38
CXX= clang++38
.endif