git: f692493a83ca - main - sysutils/nut-devel: Ensure NUT-Monitor is not installed
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Nov 2023 20:08:40 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f692493a83ca9406faef14ce3c399e59e3da7a1a
commit f692493a83ca9406faef14ce3c399e59e3da7a1a
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-11-14 20:06:57 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-11-14 20:08:15 +0000
sysutils/nut-devel: Ensure NUT-Monitor is not installed
NUT-Monitor is a new autodetected GUI. This will require a bit of
testing before enablement.
---
sysutils/nut-devel/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/sysutils/nut-devel/Makefile b/sysutils/nut-devel/Makefile
index aa98cb7a2928..aba3bf9f8341 100644
--- a/sysutils/nut-devel/Makefile
+++ b/sysutils/nut-devel/Makefile
@@ -81,6 +81,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \
--with-python=${PYTHON_CMD} \
--without-python2 \
--with-python3=${PYTHON_CMD} \
+ --without-nut_monitor \
--with-ltdl --with-nut-scanner
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -pthread