diff options
author | joerg <joerg> | 2013-03-03 01:10:15 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-03-03 01:10:15 +0000 |
commit | 5bfdb7b4794e1c15a6133cc32961ea7f222d4dc8 (patch) | |
tree | baf2da9340b93116b633b91e7b690504da20e948 /sysutils | |
parent | 440c7c37f1b31ca1d25af1ec9ab408a242e7442c (diff) | |
download | pkgsrc-5bfdb7b4794e1c15a6133cc32961ea7f222d4dc8.tar.gz |
munich group must exist for install to work.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/munin-node/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index b3d105654b6..11395210e04 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/10/03 21:57:40 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2013/03/03 01:10:15 joerg Exp $ # DISTNAME= munin_${VER} @@ -14,6 +14,8 @@ COMMENT= System monitoring tool, client version PKG_DESTDIR_SUPPORT= destdir +USERGROUP_PHASE= pre-install + 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 |