diff --git a/net-mgmt/nsca/Makefile b/net-mgmt/nsca/Makefile index dd9de498eb1b..488e38602d47 100644 --- a/net-mgmt/nsca/Makefile +++ b/net-mgmt/nsca/Makefile @@ -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) diff --git a/net-mgmt/nsca/files/nsca.in b/net-mgmt/nsca/files/nsca.in index 85ec90541548..cae8d3fbaf0f 100644 --- a/net-mgmt/nsca/files/nsca.in +++ b/net-mgmt/nsca/files/nsca.in @@ -1,4 +1,6 @@ #!/bin/sh + +# $FreeBSD$ # # PROVIDE: nsca # REQUIRE: nagios 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)