diff options
Diffstat (limited to 'net-im/hommabot/Makefile')
| -rw-r--r-- | net-im/hommabot/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/hommabot/Makefile b/net-im/hommabot/Makefile index a29f5d9..a591e73 100644 --- a/net-im/hommabot/Makefile +++ b/net-im/hommabot/Makefile @@ -30,7 +30,10 @@ STAGE_APPDIR= ${STAGEDIR}${APPDIR} do-build: cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} npm_config_python=${PYTHON_CMD} \ + ${SETENV} ${MAKE_ENV} \ + npm_config_python=${PYTHON_CMD} \ + npm_config_nodedir=${LOCALBASE} \ + npm_config_build_from_source=true \ ${NPM_REBUILD_CMD} ${NPM_REBUILD_FLAGS} do-install: |
