diff options
author | ryoon <ryoon> | 2013-03-02 04:10:28 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-03-02 04:10:28 +0000 |
commit | 30991e294e3f7ba719c6973e168b6d6118bc55ef (patch) | |
tree | 968e5cba1ca87acc575d9820ce3b12ba85420370 /net/nagios-plugins | |
parent | 2e6e08b0484e6467a86383317a10b1842b884d03 (diff) | |
download | pkgsrc-30991e294e3f7ba719c6973e168b6d6118bc55ef.tar.gz |
nagios-plugins is used by icinga-base too.
Diffstat (limited to 'net/nagios-plugins')
-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 bf3e6e8dc36..3b06560f3d7 100644 --- a/net/nagios-plugins/Makefile +++ b/net/nagios-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2013/02/06 23:23:19 jperkin Exp $ +# $NetBSD: Makefile,v 1.32 2013/03/02 04:10:28 ryoon Exp $ # PKGREVISION= 5 @@ -49,7 +49,7 @@ MAKE_ENV+= CPPFLAGS_LFS=${CPPFLAGS_LFS:Q} .endif LIBS.SunOS+= -lm -DEPENDS+= nagios-base-*:../../net/nagios-base +#DEPENDS+= nagios-base-*:../../net/nagios-base .if !exists(/usr/bin/ssh) DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/openssh |