git: abdb66fb8b20 - main - textproc/kibana8: Adjust build dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jul 2023 17:18:36 UTC
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=abdb66fb8b201652487c97098cb003fe580e85d7 commit abdb66fb8b201652487c97098cb003fe580e85d7 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2023-07-09 17:06:05 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2023-07-09 17:18:27 +0000 textproc/kibana8: Adjust build dependencies Depend on npm as npm-node16 with minimal version on build time. Suggested-by: sunpoet --- textproc/kibana8/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/kibana8/Makefile b/textproc/kibana8/Makefile index 0d225736ad85..09ce1dbc2518 100644 --- a/textproc/kibana8/Makefile +++ b/textproc/kibana8/Makefile @@ -13,7 +13,7 @@ WWW= https://www.elastic.co/products/kibana LICENSE= APACHE20 -BUILD_DEPENDS= ${LOCALBASE}/bin/npm:www/npm-node16 +BUILD_DEPENDS= npm-node16>=9.7.2:www/npm-node16 LIB_DEPENDS= libre2.so:devel/re2 \ libuv.so:devel/libuv RUN_DEPENDS= ${LOCALBASE}/bin/node:www/node16