aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2018-09-25 22:14:39 +0000
committerBrooks Davis <brooks@FreeBSD.org>2018-09-25 22:14:39 +0000
commitb865e89761012627bbbe10ce0c849b133c5877c2 (patch)
tree572ba0ce08cec82a890430ec7c461c9e5aad2632 /sysutils
parent4e291066172db78b51373b8eeb2b6adc04f6bd4b (diff)
downloadports-b865e89761012627bbbe10ce0c849b133c5877c2.tar.gz
ports-b865e89761012627bbbe10ce0c849b133c5877c2.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/osquery/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/osquery/Makefile b/sysutils/osquery/Makefile
index aaddb28e8e97..e83975e4d42d 100644
--- a/sysutils/osquery/Makefile
+++ b/sysutils/osquery/Makefile
@@ -69,9 +69,9 @@ LLDPD_CONFIGURE_ENV_OFF=SKIP_LLDPD=1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1100000
-BUILD_DEPENDS+= clang40:devel/llvm40
-CC= clang40
-CXX= clang++40
+BUILD_DEPENDS+= clang60:devel/llvm60
+CC= clang60
+CXX= clang++60
.endif
post-patch: