aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2022-03-23 15:16:39 +0000
committerNeel Chauhan <nc@FreeBSD.org>2022-03-23 15:16:39 +0000
commite864e9b815f240b77fa8e1a71124222de0c7b725 (patch)
treea1b21b016a3efa3f3c81772ee6d738f1fa204e42
parent9beeaa327d9180ebf9028c486371f07698664a17 (diff)
downloadports-e864e9b815f240b77fa8e1a71124222de0c7b725.tar.gz
ports-e864e9b815f240b77fa8e1a71124222de0c7b725.zip
x11-toolkits/vte3: Set LLVM_VERSION to 11 to unbreak 12.3
-rw-r--r--x11-toolkits/vte3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile
index 54c3cbaca221..0845df70692e 100644
--- a/x11-toolkits/vte3/Makefile
+++ b/x11-toolkits/vte3/Makefile
@@ -39,4 +39,6 @@ PLIST_SUB= VERSION=2.91
BINARY_ALIAS= python3=${PYTHON_CMD}
+LLVM_VERSION= 11
+
.include <bsd.port.mk>