diff options
Diffstat (limited to 'net-im')
| -rw-r--r-- | net-im/hommabot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/hommabot/Makefile b/net-im/hommabot/Makefile index ee527c5..a29f5d9 100644 --- a/net-im/hommabot/Makefile +++ b/net-im/hommabot/Makefile @@ -15,7 +15,8 @@ GH_TAGNAME= f7e272ab8726ed6a205b46d6723cc91aa9d63be1 NO_CHECKSUM= yes -USES= nodejs:24,build,run \ +USES= python:build \ + nodejs:24,build,run \ npm:npm,fetch,extract,build NPM_PREFETCH= yes @@ -29,7 +30,7 @@ STAGE_APPDIR= ${STAGEDIR}${APPDIR} do-build: cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} \ + ${SETENV} ${MAKE_ENV} npm_config_python=${PYTHON_CMD} \ ${NPM_REBUILD_CMD} ${NPM_REBUILD_FLAGS} do-install: |
