aboutsummaryrefslogtreecommitdiff
path: root/sysutils/nut/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2018-06-20 19:26:01 +0000
committerCy Schubert <cy@FreeBSD.org>2018-06-20 19:26:01 +0000
commit7c47540df00b3d37fbd79086111369d9bf036bf6 (patch)
treec77ef1deab0495a609918e60dfca627ac47fea04 /sysutils/nut/Makefile
parentac37331d4cdc90fd5a8f1a8ee3af4d011316e5ee (diff)
downloadports-7c47540df00b3d37fbd79086111369d9bf036bf6.tar.gz
ports-7c47540df00b3d37fbd79086111369d9bf036bf6.zip
Notes
Diffstat (limited to 'sysutils/nut/Makefile')
-rw-r--r--sysutils/nut/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile
index 80bfd63f18ef..8446704ee06d 100644
--- a/sysutils/nut/Makefile
+++ b/sysutils/nut/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nut
PORTVERSION= 2.7.4
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= sysutils
MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
@@ -105,11 +105,11 @@ PLIST_SUB+= NUT_SNMP="@comment "
.if ${PORT_OPTIONS:MNEON}
LIB_DEPENDS+= libneon.so:www/neon
-CONFIGURE_ARGS+= --with-neonxml
+CONFIGURE_ARGS+= --with-neon
PLIST_SUB+= NUT_NEON=""
.else
-CONFIGURE_ARGS+= --without-neonxml
-CONFIGURE_ARGS+= --disable-neonxml
+CONFIGURE_ARGS+= --without-neon
+CONFIGURE_ARGS+= --disable-neon
PLIST_SUB+= NUT_NEON="@comment "
.endif