NSCA doesn't really need a installed nagios

Fix $FreeBSD$ in nsca.in
This commit is contained in:
Martin Matuska 2013-01-29 19:53:00 +00:00
parent 418a7e0813
commit 5ee871c508
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311183
3 changed files with 7 additions and 5 deletions

View File

@ -16,9 +16,9 @@ COMMENT= Nagios Service Check Acceptor
LICENSE= GPLv2
.if !defined(_BUILDING_NSCA_CLIENT)
RUN_DEPENDS= nagios:${PORTSDIR}/net-mgmt/nagios
.endif
#.if !defined(_BUILDING_NSCA_CLIENT)
#RUN_DEPENDS= nagios:${PORTSDIR}/net-mgmt/nagios
#.endif
LIB_DEPENDS= mcrypt:${PORTSDIR}/security/libmcrypt
.if !defined(_BUILDING_NSCA_CLIENT)

View File

@ -1,4 +1,6 @@
#!/bin/sh
# $FreeBSD$
#
# PROVIDE: nsca
# REQUIRE: nagios

View File

@ -16,9 +16,9 @@ COMMENT= Nagios Service Check Acceptor
LICENSE= GPLv2
.if !defined(_BUILDING_NSCA_CLIENT)
#.if !defined(_BUILDING_NSCA_CLIENT)
#RUN_DEPENDS= nagios:${PORTSDIR}/net-mgmt/nagios
.endif
#.endif
LIB_DEPENDS= mcrypt:${PORTSDIR}/security/libmcrypt
.if !defined(_BUILDING_NSCA_CLIENT)