From b846a7eb4c27c974ed2c08384c1e44e997f647b2 Mon Sep 17 00:00:00 2001 From: mm Date: Tue, 29 Jan 2013 19:53:00 +0000 Subject: NSCA doesn't really need a installed nagios Fix $FreeBSD$ in nsca.in --- net-mgmt/nsca27/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-mgmt/nsca27') diff --git a/net-mgmt/nsca27/Makefile b/net-mgmt/nsca27/Makefile index ab8b672f1b43..5e776f7c586d 100644 --- a/net-mgmt/nsca27/Makefile +++ b/net-mgmt/nsca27/Makefile @@ -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) -- cgit