aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
Diffstat (limited to 'net-im')
-rw-r--r--net-im/hommabot/Makefile5
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: