diff options
-rw-r--r-- | www/npm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/npm/Makefile b/www/npm/Makefile index 13972aaea2d1..ff5105c6d5fe 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -37,7 +37,7 @@ SHEBANG_GLOB= *.py SHEBANG_FILES= lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples NODE_RUN_DEPENDS= node>=0.8.0:www/node -NODE10_RUN_DEPENDS= node>=0.8.0:www/node10 +NODE10_RUN_DEPENDS= node10>=0.8.0:www/node10 NODE6_RUN_DEPENDS= node6>=0.8.0:www/node6 NODE8_RUN_DEPENDS= node8>=0.8.0:www/node8 |