aboutsummaryrefslogtreecommitdiff
path: root/lang/spidermonkey78
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2020-11-04 01:00:35 +0000
committerSteve Wills <swills@FreeBSD.org>2020-11-04 01:00:35 +0000
commitebc5408de99940ce4eb411ec57aa021e6991a050 (patch)
treead9d221d6c31978999bb443b627e2ce55a700a14 /lang/spidermonkey78
parent4ec9b266d816ecd0cd2eac825a2d3beb11664ca5 (diff)
downloadports-ebc5408de99940ce4eb411ec57aa021e6991a050.tar.gz
ports-ebc5408de99940ce4eb411ec57aa021e6991a050.zip
lang/spidermonkey78: fix LLVM test
Notes
Notes: svn path=/head/; revision=554043
Diffstat (limited to 'lang/spidermonkey78')
-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