diff options
author | taca <taca@pkgsrc.org> | 2015-02-19 14:45:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-02-19 14:45:03 +0000 |
commit | b08e364875e19312416ca2cbcc47173a5147584b (patch) | |
tree | 63160325af5e9a225872ce310465e3bcaa8bef54 | |
parent | d5d871acda9f38476bb6cdffc6f5d47279710b96 (diff) | |
download | pkgsrc-b08e364875e19312416ca2cbcc47173a5147584b.tar.gz |
Depends on bind910 instead of old bind96.
Bump PKGREVISION.
-rw-r--r-- | net/nagios-plugins/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nagios-plugins/Makefile b/net/nagios-plugins/Makefile index dc452308146..3cec3e71af0 100644 --- a/net/nagios-plugins/Makefile +++ b/net/nagios-plugins/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2014/06/12 15:36:33 fhajny Exp $ +# $NetBSD: Makefile,v 1.38 2015/02/19 14:45:03 taca Exp $ # -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= net sysutils MAINTAINER= pkgsrc-users@NetBSD.org @@ -58,7 +58,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/bind96 +DEPENDS+= bind-[0-9]*:../../net/bind910 .endif .include "../../security/openssl/buildlink3.mk" |