diff options
Diffstat (limited to 'sysutils/nut-devel/Makefile')
-rw-r--r-- | sysutils/nut-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/nut-devel/Makefile b/sysutils/nut-devel/Makefile index dc8d46a3d079..24102fa0b68c 100644 --- a/sysutils/nut-devel/Makefile +++ b/sysutils/nut-devel/Makefile @@ -18,8 +18,8 @@ CONFLICTS= nut-[0-9]* USE_GITHUB= yes GH_ACCOUNT= networkupstools -GH_TAGNAME= 0459ffb8d -NUT_COMMIT_DATE= 2025.08.14 +GH_TAGNAME= 87008cfc7 +NUT_COMMIT_DATE= 2025.09.23 MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes @@ -88,7 +88,8 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \ --with-python3=${PYTHON_CMD} \ --without-nut_monitor \ --with-ltdl --with-nut-scanner \ - --without-augeas-lenses-dir + --without-augeas-lenses-dir \ + --enable-extapi-enphase=no GNU_CONFIGURE_MANPREFIX=${PREFIX}/share |