aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-07-25 12:36:36 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-07-25 12:36:36 +0300
commitdf99bdc291366d509669869bbf08a329cc3541a9 (patch)
tree55e56f84d38968b2fa128488fe5a6f19c6de141e
parentc75a6f5ea1a088625d6ff02d34d09ef96c68f79a (diff)
net-im/hommabot: add python dep
-rw-r--r--net-im/hommabot/Makefile5
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: