summaryrefslogtreecommitdiff
path: root/net/mrtg
diff options
context:
space:
mode:
Diffstat (limited to 'net/mrtg')
-rw-r--r--net/mrtg/Makefile4
-rw-r--r--net/mrtg/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile
index 4520da62320..f43a27c8d07 100644
--- a/net/mrtg/Makefile
+++ b/net/mrtg/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.90 2009/01/14 12:20:57 sketch Exp $
+# $NetBSD: Makefile,v 1.91 2009/03/07 15:02:23 seb Exp $
DISTNAME= mrtg-2.16.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= http://oss.oetiker.ch/mrtg/pub/ \
http://oss.oetiker.ch/mrtg/pub/old/
diff --git a/net/mrtg/options.mk b/net/mrtg/options.mk
index 471fc48047a..868aaa16c66 100644
--- a/net/mrtg/options.mk
+++ b/net/mrtg/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2006/08/09 21:42:42 adrianp Exp $
+# $NetBSD: options.mk,v 1.2 2009/03/07 15:02:23 seb Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mrtg
@@ -17,5 +17,5 @@ DEPENDS+= p5-Net-SNMP-[0-9]*:../../net/p5-Net-SNMP
### Support for IPv6 enabled devices
###
.if !empty(PKG_OPTIONS:Minet6)
-DEPENDS+= p5-INET6>=2.00:../../net/p5-INET6
+DEPENDS+= p5-IO-Socket-INET6>=2.00:../../net/p5-IO-Socket-INET6
.endif