aboutsummaryrefslogtreecommitdiff
path: root/sysutils/nut/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-12-20 14:31:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-12-20 14:31:33 +0000
commit9ae1392d4c68a0c5f4e904f159598c98d1b37f96 (patch)
tree2c8402d72d79c3aa75dcc9dc485e0326835374b3 /sysutils/nut/Makefile
parent9a4eb17ff3b472adb53b3a89f3181e92bd8706d6 (diff)
downloadports-9ae1392d4c68a0c5f4e904f159598c98d1b37f96.tar.gz
ports-9ae1392d4c68a0c5f4e904f159598c98d1b37f96.zip
- Switch to neon29
PR: ports/141797 Submitted by: Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
Notes
Notes: svn path=/head/; revision=246301
Diffstat (limited to 'sysutils/nut/Makefile')
-rw-r--r--sysutils/nut/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile
index 913a1f434fc2..78ef30c5475e 100644
--- a/sysutils/nut/Makefile
+++ b/sysutils/nut/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nut
PORTVERSION= 2.4.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
@@ -127,7 +127,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=""