aboutsummaryrefslogtreecommitdiff
path: root/net/ifstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ifstat/Makefile')
-rw-r--r--net/ifstat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile
index 832698951a0e..08fd0a479ed4 100644
--- a/net/ifstat/Makefile
+++ b/net/ifstat/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ifstat
PORTVERSION= 1.1
-PORTREVISION= 4
+PORTREVISION= 5
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.20:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp
.else
CONFIGURE_ARGS+= --without-snmp
.endif