aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2020-11-04 09:00:35 +0800
committerSteve Wills <swills@FreeBSD.org>2020-11-04 09:00:35 +0800
commitebc5408de99940ce4eb411ec57aa021e6991a050 (patch)
treead9d221d6c31978999bb443b627e2ce55a700a14 /lang
parent4ec9b266d816ecd0cd2eac825a2d3beb11664ca5 (diff)
downloadfreebsd-ports-gnome-ebc5408de99940ce4eb411ec57aa021e6991a050.tar.gz
freebsd-ports-gnome-ebc5408de99940ce4eb411ec57aa021e6991a050.tar.zst
freebsd-ports-gnome-ebc5408de99940ce4eb411ec57aa021e6991a050.zip
lang/spidermonkey78: fix LLVM test
Diffstat (limited to 'lang')
-rw-r--r--lang/spidermonkey78/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/spidermonkey78/Makefile b/lang/spidermonkey78/Makefile
index 85d3381a4c80..8ba4feac3fb6 100644
--- a/lang/spidermonkey78/Makefile
+++ b/lang/spidermonkey78/Makefile
@@ -71,7 +71,7 @@ CPP= ${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT}
CC= ${LOCALBASE}/bin/clang${LLVM_DEFAULT}
CXX= ${LOCALBASE}/bin/clang++${LLVM_DEFAULT}
BUILD_DEPENDS+= ${LOCALBASE}/bin/clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
-.if ${LLVM_DEFAULT} < 90
+.if ${LLVM_DEFAULT:M[678]0}
BROKEN= LLVM 9.0 or higher required
.endif
.endif