diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-16 22:09:59 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-16 22:09:59 +0000 |
commit | ef04aae3582ecfdcc9c391a3ad42ef1d6941294b (patch) | |
tree | e07ddc5f97fd43b7248a457bb5349d8d7ba2abb6 /net | |
parent | ee21a4fdbc08a6ae3a00d3d6dc94054eecfe0ded (diff) | |
download | pkgsrc-ef04aae3582ecfdcc9c391a3ad42ef1d6941294b.tar.gz |
net/bind is need on any platform that doesn't have dig or nslookup.
Diffstat (limited to 'net')
-rw-r--r-- | net/nagios-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nagios-plugins/Makefile b/net/nagios-plugins/Makefile index 258833ccaf2..53a6068d5c3 100644 --- a/net/nagios-plugins/Makefile +++ b/net/nagios-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2011/04/22 13:44:25 obache Exp $ +# $NetBSD: Makefile,v 1.26 2012/01/16 22:09:59 sbd Exp $ # PKGREVISION= 1 @@ -47,7 +47,7 @@ LIBS.SunOS+= -lm DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/openssh .endif -.if ${OPSYS} == "DragonFly" && (!exists(/usr/bin/dig) || !exists(/usr/bin/nslookup)) +.if !exists(/usr/bin/dig) || !exists(/usr/bin/nslookup) DEPENDS+= bind-[0-9]*:../../net/bind96 .endif |