diff options
Diffstat (limited to 'www/node04/Makefile')
-rw-r--r-- | www/node04/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/node04/Makefile b/www/node04/Makefile index 81662cd93fb4..735d8634123f 100644 --- a/www/node04/Makefile +++ b/www/node04/Makefile @@ -43,9 +43,7 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-src__node_buffer.cc PLIST_SUB+= SHAREDV8="" .endif -.if !defined(DISABLE_MAKE_JOBS) WAF_ARGS= --jobs=${MAKE_JOBS_NUMBER} -.endif do-build: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} tools/waf-light ${WAF_ARGS} build) |