diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 16:19:32 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 16:22:18 +0000 |
commit | 0cd372244fadac4fb9fa03ccf50fad2ad37ba427 (patch) | |
tree | 8c3732653a24cefd0c7fd716d9a9c66a1d091d12 | |
parent | 8b5d2b9a9ec7985158a814e2cdf9022d785b9090 (diff) |
www/Makefile: Hook node18, node19, npm-node19 and yarn-node19 (followup of fa93fdc383c190569821ae224413c848c19d9a7c)
Reported by: antoine
-rw-r--r-- | www/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 39d897071e51..daeaf9005899 100644 --- a/www/Makefile +++ b/www/Makefile @@ -457,6 +457,8 @@ SUBDIR += node SUBDIR += node14 SUBDIR += node16 + SUBDIR += node18 + SUBDIR += node19 SUBDIR += nostromo SUBDIR += novnc SUBDIR += novnc-websockify @@ -466,6 +468,7 @@ SUBDIR += npm-node14 SUBDIR += npm-node16 SUBDIR += npm-node18 + SUBDIR += npm-node19 SUBDIR += oauth2-proxy SUBDIR += obhttpd SUBDIR += oneshot @@ -2420,6 +2423,7 @@ SUBDIR += yarn-node14 SUBDIR += yarn-node16 SUBDIR += yarn-node18 + SUBDIR += yarn-node19 SUBDIR += yarr SUBDIR += yaws SUBDIR += you-get |