diff options
Diffstat (limited to 'net-mgmt/nsca')
-rw-r--r-- | net-mgmt/nsca/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/nsca/files/nsca.in | 2 |
2 files changed, 5 insertions, 3 deletions
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 |