From 80c13eedf5f44bbf732c80bfd56acfc8b274973c Mon Sep 17 00:00:00 2001 From: kris 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') diff --git a/sysutils/monitord/Makefile b/sysutils/monitord/Makefile index 05399cf..2fa594a 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.1