diff options
author | he <he@pkgsrc.org> | 2006-06-08 19:19:05 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2006-06-08 19:19:05 +0000 |
commit | 0867e45951d69348a874cd3f9e3dcac9acf22852 (patch) | |
tree | 8255ea41dccbe6b4d7985d1f0c5637a6875783f3 /sysutils/munin-node | |
parent | b1c2748f6741a904f37e85bf8e14469877f829dc (diff) | |
download | pkgsrc-0867e45951d69348a874cd3f9e3dcac9acf22852.tar.gz |
We can now depend on the munin-doc package, where the man pages
shared by munin-server and munin-node can be found.
Diffstat (limited to 'sysutils/munin-node')
-rw-r--r-- | sysutils/munin-node/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index b0c585e1f1d..2afbea1f2d2 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/06/08 18:59:25 he Exp $ +# $NetBSD: Makefile,v 1.3 2006/06/08 19:19:05 he Exp $ # DISTNAME= munin_${VER} @@ -14,7 +14,7 @@ COMMENT= System monitoring tool, client version DEPENDS+= p5-Net-Server>=0:../../net/p5-Net-Server DEPENDS+= p5-Net-SSLeay>=0:../../security/p5-Net-SSLeay -#DEPENDS+= munin-doc>=1.3.1:../../sysutils/munin-doc +DEPENDS+= munin-doc>=1.3.1:../../sysutils/munin-doc USE_TOOLS+= perl USE_TOOLS+= gmake |