git: 5cb99033ad27 - main - textproc/kibana8: Correct USES line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Sep 2025 13:30:51 UTC
The branch main has been updated by otis:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5cb99033ad27046be371b37e687b889be6e85eab
commit 5cb99033ad27046be371b37e687b889be6e85eab
Author: Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2025-09-03 13:30:07 +0000
Commit: Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2025-09-03 13:30:07 +0000
textproc/kibana8: Correct USES line
This fixes 60f2f4c4d7e1106f2dd92e3379bead02e21ef3dd
Reported by: rene@
---
textproc/kibana8/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/textproc/kibana8/Makefile b/textproc/kibana8/Makefile
index 32eb914818f5..86e36625a02c 100644
--- a/textproc/kibana8/Makefile
+++ b/textproc/kibana8/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= libre2.so:devel/re2 \
libuv.so:devel/libuv
RUN_DEPENDS= ${LOCALBASE}/bin/node:www/node20
-USES= compiler:c++17-lang cpe nodejs:18,build,run python:build
+USES= compiler:c++17-lang cpe nodejs:20,build,run python:build
CPE_VENDOR= elastic
USE_GITHUB= nodefault