diff options
| author | Juraj Lutter <otis@FreeBSD.org> | 2025-09-03 13:30:07 +0000 |
|---|---|---|
| committer | Juraj Lutter <otis@FreeBSD.org> | 2025-09-03 13:30:07 +0000 |
| commit | 5cb99033ad27046be371b37e687b889be6e85eab (patch) | |
| tree | 4711a14b63a3ecba539c459523cc91a9c06d3b9e | |
| parent | 60f2f4c4d7e1106f2dd92e3379bead02e21ef3dd (diff) | |
textproc/kibana8: Correct USES line
This fixes 60f2f4c4d7e1106f2dd92e3379bead02e21ef3dd
Reported by: rene@
| -rw-r--r-- | textproc/kibana8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
