summaryrefslogtreecommitdiff
path: root/devel/include-what-you-use/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/include-what-you-use/Makefile')
-rw-r--r--devel/include-what-you-use/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/include-what-you-use/Makefile b/devel/include-what-you-use/Makefile
index 6ac33db33701..15898e9519e5 100644
--- a/devel/include-what-you-use/Makefile
+++ b/devel/include-what-you-use/Makefile
@@ -1,5 +1,5 @@
PORTNAME= include-what-you-use
-PORTVERSION= 0.23
+PORTVERSION= 0.24
CATEGORIES= devel
MAINTAINER= bofh@FreeBSD.org
@@ -18,6 +18,6 @@ SHEBANG_FILES= fix_includes.py \
CMAKE_ARGS+= -DLLVM_DIR=${LOCALBASE}/llvm${LLVM_VER}/lib/cmake/llvm \
-DClang_DIR=${LOCALBASE}/llvm${LLVM_VER}/lib/cmake/clang
-LLVM_VER= 19
+LLVM_VER= 20
.include <bsd.port.mk>