aboutsummaryrefslogtreecommitdiff
path: root/net/ifstat
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-06-02 19:14:17 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-06-02 19:14:17 +0000
commitda2897022c647d5daf877b052b01078026b9bcda (patch)
treea453d24abd5fef9eb12c317aab3c0f61295308c9 /net/ifstat
parentd8fd1a8696e0ed29195c9c40727c92134e01ad8a (diff)
downloadports-da2897022c647d5daf877b052b01078026b9bcda.tar.gz
ports-da2897022c647d5daf877b052b01078026b9bcda.zip
- Chase net-snmp shlib bump
Notes
Notes: svn path=/head/; revision=255579
Diffstat (limited to 'net/ifstat')
-rw-r--r--net/ifstat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile
index d58279c3167d..832698951a0e 100644
--- a/net/ifstat/Makefile
+++ b/net/ifstat/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ifstat
PORTVERSION= 1.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= http://gael.roualland.free.fr/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -26,7 +26,7 @@ PLIST_FILES= bin/ifstat
.include <bsd.port.pre.mk>
.if defined(WITH_SNMP)
-LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp
.else
CONFIGURE_ARGS+= --without-snmp
.endif