summaryrefslogtreecommitdiff
path: root/net/mrtg/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'net/mrtg/options.mk')
-rw-r--r--net/mrtg/options.mk4
1 files changed, 2 insertions, 2 deletions
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