diff options
author | grant <grant@pkgsrc.org> | 2007-03-25 12:48:46 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2007-03-25 12:48:46 +0000 |
commit | 711a0597abce000dfb67645c2ff913428ad770a8 (patch) | |
tree | 34017acddd2bb556db010e5790694d8b9266b40a /net | |
parent | 10a3f7428929c2879a526cd1e4a76f55e88b3093 (diff) | |
download | pkgsrc-711a0597abce000dfb67645c2ff913428ad770a8.tar.gz |
remove unneeded dependency on nagios-base.
bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r-- | net/nagios-plugins/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/nagios-plugins/Makefile b/net/nagios-plugins/Makefile index 338b744b413..0c8be79d92b 100644 --- a/net/nagios-plugins/Makefile +++ b/net/nagios-plugins/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2007/02/22 19:26:56 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2007/03/25 12:48:46 grant Exp $ # -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net sysutils MAINTAINER= pkgsrc-users@NetBSD.org @@ -22,8 +22,6 @@ CONFIGURE_ARGS+= --without-pgsql --without-mysql \ CONFIGURE_ARGS+= --with-df-command="/bin/df -Pklt nokernfs,procfs,fdesc" .endif -DEPENDS+= nagios-base>=2.0:../../net/nagios-base - .if !exists(/usr/bin/ssh) DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/openssh .endif |