aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-06-15 19:37:23 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-06-15 19:43:15 +0000
commit975d9e8938ad54db545081c3f167b644090f0c2f (patch)
tree2408e52792fccbbfb30ef0672d3aa4d16fea5fbf
parentfb03705d68ebb123643589ba955a94ad391d59eb (diff)
downloadports-975d9e8938ad54db545081c3f167b644090f0c2f.tar.gz
ports-975d9e8938ad54db545081c3f167b644090f0c2f.zip
devel/include-what-you-use: Restrict to python3.8
Upstream supplies .imp files which are only available for python2.7 and python3.8. So restrict it to only python3.8 only for now until upstream updates. Reported by: fluffy
-rw-r--r--devel/include-what-you-use/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/include-what-you-use/Makefile b/devel/include-what-you-use/Makefile
index 7dcb6e2fef44..d380a00baa4e 100644
--- a/devel/include-what-you-use/Makefile
+++ b/devel/include-what-you-use/Makefile
@@ -15,7 +15,7 @@ LLVM_VER= 14
BUILD_DEPENDS= clang${LLVM_VER}:devel/llvm${LLVM_VER}
RUN_DEPENDS= clang${LLVM_VER}:devel/llvm${LLVM_VER}
-USES= cmake compiler:c++11-lang ncurses python:run shebangfix
+USES= cmake compiler:c++11-lang ncurses python:3.8,run shebangfix
USE_GITHUB= yes
SHEBANG_FILES= fix_includes.py \