diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:48:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:48:19 +0000 |
commit | bfcbafca2f8d98272a8e7af54d0572b71406cf04 (patch) | |
tree | cab78d0d1de79ff6c3b6afdd281dd32a119f3d31 /net-mgmt/nagios-plugins | |
parent | BROKEN on !i386: Does not compile (diff) |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index f237f64c493a..32068be4108d 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -25,6 +25,10 @@ OPTIONS= QSTAT "Game server query support" off \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 503000 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + USE_SUBMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --sbindir=${PREFIX}/share/nagios/cgi-bin \ |