diff options
-rw-r--r-- | sysutils/nut22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/nut22/Makefile b/sysutils/nut22/Makefile index 0ed13da894e5..c5504badbb4e 100644 --- a/sysutils/nut22/Makefile +++ b/sysutils/nut22/Makefile @@ -7,7 +7,7 @@ PORTNAME= nut PORTVERSION= 2.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig @@ -122,7 +122,7 @@ PLIST_SUB+= NUT_SNMP="@comment " .endif .if !defined(WITHOUT_NEON) -LIB_DEPENDS+= neon.28:${PORTSDIR}/www/neon28 +LIB_DEPENDS+= neon.29:${PORTSDIR}/www/neon29 CONFIGURE_ARGS+= --with-neonxml MAN8+= netxml-ups.8 PLIST_SUB+= NUT_NEON="" |