aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/nut22
diff options
context:
space:
mode:
authorsylvio <sylvio@FreeBSD.org>2010-06-03 03:14:17 +0800
committersylvio <sylvio@FreeBSD.org>2010-06-03 03:14:17 +0800
commit34603e8eb6b148c6f25e97293616f724f6bfc24b (patch)
tree44ff5dbdffef038f8fddda1b51582dc85f9d2391 /sysutils/nut22
parentbcdb489feb9f54fb85842a3b61435a479aab6ad7 (diff)
downloadfreebsd-ports-gnome-34603e8eb6b148c6f25e97293616f724f6bfc24b.tar.gz
freebsd-ports-gnome-34603e8eb6b148c6f25e97293616f724f6bfc24b.tar.zst
freebsd-ports-gnome-34603e8eb6b148c6f25e97293616f724f6bfc24b.zip
- Chase net-snmp shlib bump
Diffstat (limited to 'sysutils/nut22')
-rw-r--r--sysutils/nut22/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/nut22/Makefile b/sysutils/nut22/Makefile
index c5504badbb4e..afd16e338a8d 100644
--- a/sysutils/nut22/Makefile
+++ b/sysutils/nut22/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nut
PORTVERSION= 2.2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
@@ -112,7 +112,7 @@ PLIST_SUB+= NUT_USB="@comment "
.endif
.if !defined(WITHOUT_SNMP)
-LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp
CONFIGURE_ARGS+= --with-snmp
MAN8+= snmp-ups.8
PLIST_SUB+= NUT_SNMP=""