From 9cc499cfc9c01b4af28c88394e49e1c565397ea1 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 19 Sep 2004 01:23:11 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- sysutils/monitord/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sysutils/monitord') diff --git a/sysutils/monitord/Makefile b/sysutils/monitord/Makefile index 05399cf9b24d..2fa594a3508f 100644 --- a/sysutils/monitord/Makefile +++ b/sysutils/monitord/Makefile @@ -15,7 +15,13 @@ COMMENT= Service that restarts other standalone services MAN8= monitord.8 +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-install: @${CP} ${WRKSRC}/monitord.conf.sample ${PREFIX}/etc/monitord.conf.sample -.include +.include -- cgit v1.2.3