aboutsummaryrefslogtreecommitdiffstats
path: root/cad/sumo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/sumo/Makefile')
-rw-r--r--cad/sumo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/sumo/Makefile b/cad/sumo/Makefile
index 120d22cccb13..fd8133fb3a05 100644
--- a/cad/sumo/Makefile
+++ b/cad/sumo/Makefile
@@ -47,9 +47,9 @@ do-install-DOCS-on:
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
-BUILD_DEPENDS+= clang40:devel/llvm40
-CC= clang40
-CXX= clang++40 # fails to build with the default compiler on 10
+BUILD_DEPENDS+= clang60:devel/llvm60
+CC= clang60
+CXX= clang++60 # fails to build with the default compiler on 10
.endif
.include <bsd.port.post.mk>