summaryrefslogtreecommitdiff
path: root/net/nagios-plugins
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2019-04-30 03:48:43 +0000
committertaca <taca@pkgsrc.org>2019-04-30 03:48:43 +0000
commitf6c413b1ca4dc52ea85c9b40288002736416bac3 (patch)
treece5bd475e54accbc945e885754b4b1158cd9e9c6 /net/nagios-plugins
parentd407c61f0e528b01ea8080d43a7b66ac3d446dc7 (diff)
downloadpkgsrc-f6c413b1ca4dc52ea85c9b40288002736416bac3.tar.gz
net/nagios-plugins: switch to depends on bind911
Switch to depends on bind911 instead of bind910. bind910 is EOL and bind911 is current Extended Support Version.
Diffstat (limited to 'net/nagios-plugins')
-rw-r--r--net/nagios-plugins/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nagios-plugins/Makefile b/net/nagios-plugins/Makefile
index edc67fd56bf..c9d6afed372 100644
--- a/net/nagios-plugins/Makefile
+++ b/net/nagios-plugins/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2018/08/22 09:45:55 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2019/04/30 03:48:43 taca Exp $
#
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -55,7 +55,7 @@ DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/openssh
.if (!exists(/usr/bin/dig) && !exists(/usr/sbin/dig)) || \
(!exists(/usr/bin/nslookup) && !exists(/usr/sbin/nslookup))
-DEPENDS+= bind-[0-9]*:../../net/bind910
+DEPENDS+= bind-[0-9]*:../../net/bind911
.endif
.if ${OPSYS} == "NetBSD"