From 03ff503a7d948574d1fae0a26e4377c3f2d67f01 Mon Sep 17 00:00:00 2001 From: fgsch Date: Fri, 23 May 2008 19:41:45 +0000 Subject: [PATCH] Add missing modules for ipv6 support as pointed out by Lars Hecking (lhecking at users dot sourceforge dot net). bump package. --- net/mrtg/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index 1fd6a46af68..1e6f5a785df 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.58 2008/01/29 18:46:27 fgsch Exp $ +# $OpenBSD: Makefile,v 1.59 2008/05/23 19:41:45 fgsch Exp $ COMMENT= multi-router traffic grapher DISTNAME= mrtg-2.15.2 -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= net HOMEPAGE= http://oss.oetiker.ch/mrtg/ @@ -19,7 +19,8 @@ WANTLIB= c jpeg m png z MASTER_SITES= ${HOMEPAGE}pub/ \ ${HOMEPAGE}pub/old -RUN_DEPENDS= ::net/p5-Net-SNMP \ +RUN_DEPENDS= ::net/p5-IO-INET6 \ + ::net/p5-Net-SNMP \ ::net/p5-SNMP_Session LIB_DEPENDS= gd.>=18::graphics/gd