From 0eae4c75a5d2cfc06b5c0ffca41506de9f4488dd Mon Sep 17 00:00:00 2001 From: danfe Date: Tue, 5 Oct 2004 20:05:12 +0000 Subject: Fix the build on 5.X and -CURRENT. Reported by: kris Approved by: portmgr (marcus, krion (implicit)) foe (mentro, implicit) --- sysutils/monitord/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sysutils') diff --git a/sysutils/monitord/Makefile b/sysutils/monitord/Makefile index 2fa594a..05399cf 100644 --- a/sysutils/monitord/Makefile +++ b/sysutils/monitord/Makefile @@ -15,13 +15,7 @@ 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