summaryrefslogtreecommitdiff
path: root/net/mrtg
diff options
context:
space:
mode:
authormartti <martti>2003-12-16 19:59:20 +0000
committermartti <martti>2003-12-16 19:59:20 +0000
commitddf04c15d9e3806ea68667e94108f8a8a6514b5e (patch)
tree538ed92ce56515b626e796d8cc95522ed4615ae9 /net/mrtg
parentaad4040179b2155697aa5797873460edcdbdc5a4 (diff)
downloadpkgsrc-ddf04c15d9e3806ea68667e94108f8a8a6514b5e.tar.gz
Updated mrtg to 2.10.11nb1
* Added IPv6 support (pkg/23769 by Adrian Portelli)
Diffstat (limited to 'net/mrtg')
-rw-r--r--net/mrtg/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile
index e0ff490ad1f..bd402b8cf5f 100644
--- a/net/mrtg/Makefile
+++ b/net/mrtg/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2003/12/07 13:53:32 martti Exp $
+# $NetBSD: Makefile,v 1.45 2003/12/16 19:59:20 martti Exp $
DISTNAME= mrtg-2.10.11
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/ \
ftp://ftp.sunet.se/pub/network/monitoring/mrtg/ \
@@ -26,11 +27,15 @@ MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html
COMMENT= The Multi-Router Traffic Grapher
+DEPENDS+= p5-Socket6>=0.12:../../net/p5-Socket6
+DEPENDS+= p5-INET6>=2.00:../../net/p5-INET6
+
USE_BUILDLINK2= YES
USE_PERL5= YES
PERL5_REQD= 5.6.1
USE_X11= YES
GNU_CONFIGURE= YES
+BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.prefs.mk"