aboutsummaryrefslogtreecommitdiff
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 15898e9519e5..17f337e03842 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.24
+DISTVERSION= 0.25
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= 20
+LLVM_VER= 21
.include <bsd.port.mk>