diff options
author | edwin <edwin@FreeBSD.org> | 2007-07-05 14:19:49 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-07-05 14:19:49 +0800 |
commit | db5779b4a1fa25301797e1daf726d38419f653bb (patch) | |
tree | ba171bd87dc69cb76ed58a732aa6493364a52856 /net-mgmt/ifgraph | |
parent | 92cae7579b227803022a839132e524833b7a9aea (diff) | |
download | freebsd-ports-gnome-db5779b4a1fa25301797e1daf726d38419f653bb.tar.gz freebsd-ports-gnome-db5779b4a1fa25301797e1daf726d38419f653bb.tar.zst freebsd-ports-gnome-db5779b4a1fa25301797e1daf726d38419f653bb.zip |
First steps in a big migration:
Move net/rrdtool to databases/rrdtool.
It's an itch which needs to be scratched: net/rrdtool came from
net/mrtg, which was a good location for it. net/mrtg has later
been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database
Tools", therefor it's better if it moves to databases/rrdtool.
Same with net/rrdtool10.
PR: ports/112942
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'net-mgmt/ifgraph')
-rw-r--r-- | net-mgmt/ifgraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/ifgraph/Makefile b/net-mgmt/ifgraph/Makefile index 1012ee62386e..5d358132cfa0 100644 --- a/net-mgmt/ifgraph/Makefile +++ b/net-mgmt/ifgraph/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lth@FreeBSD.org COMMENT= Simple grapher of SNMP data with RRD -RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ +RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \ p5-Color-Rgb>0:${PORTSDIR}/graphics/p5-Color-Rgb BUILD_DEPENDS= ${RUN_DEPENDS} |