diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-10-24 18:42:58 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-10-24 18:42:58 +0000 |
commit | 7d79a9ce7019016a5d7226a661beb166a895f0d3 (patch) | |
tree | b90e4916eceac9df27bfba9053e303a647900ac5 /net/mrtg | |
parent | ccb810672432ae2087d62c73a6ab2b01874ed17c (diff) |
Notes
Diffstat (limited to 'net/mrtg')
-rw-r--r-- | net/mrtg/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index 036d759f6c14..d48b5569ffa3 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -7,8 +7,9 @@ PORTNAME= mrtg PORTVERSION= 2.10.5 +PORTREVISION= 1 PORTEPOCH= 1 -CATEGORIES= net +CATEGORIES= net ipv6 MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/ \ ftp://ftp.chg.ru/pub/networking/monitoring/mrtg/ \ ${MASTER_SITE_RINGSERVER} \ @@ -20,7 +21,8 @@ MASTER_SITE_SUBDIR= net/mrtg MAINTAINER= demon@FreeBSD.org COMMENT= The multi-router traffic grapher -RUN_DEPENDS= ${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net/p5-SNMP_Session +RUN_DEPENDS= ${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net/p5-SNMP_Session \ + ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6 .if defined(WITH_GD1) LIB_DEPENDS= gd1.2:${PORTSDIR}/graphics/gd1 |