summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2007-03-25 12:48:46 +0000
committergrant <grant>2007-03-25 12:48:46 +0000
commit35bd4a5a0599dd3db9d537f09d904b31a801acfa (patch)
tree34017acddd2bb556db010e5790694d8b9266b40a
parent2850414bc0e99287eace97a20a95b087cbe6f367 (diff)
downloadpkgsrc-35bd4a5a0599dd3db9d537f09d904b31a801acfa.tar.gz
remove unneeded dependency on nagios-base.
bump PKGREVISION.
-rw-r--r--net/nagios-plugins/Makefile6
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