aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-11-14 20:06:57 +0000
committerCy Schubert <cy@FreeBSD.org>2023-11-14 20:08:15 +0000
commitf692493a83ca9406faef14ce3c399e59e3da7a1a (patch)
treec8abed6a646cb18cd238ac1398fdcb48df4220bd
parentf702184e22c59f90bf34c8032ae825f915eeecf7 (diff)
downloadports-f692493a83ca9406faef14ce3c399e59e3da7a1a.tar.gz
ports-f692493a83ca9406faef14ce3c399e59e3da7a1a.zip
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.
-rw-r--r--sysutils/nut-devel/Makefile1
1 files changed, 1 insertions, 0 deletions
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