From c3ed64512c76740a8ef9ca2eb235e6e4c69e98a4 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 10 Apr 2005 21:37:43 +0000 Subject: BROKEN on 4.x: Does not compile --- sysutils/cfengine2/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sysutils/cfengine2') diff --git a/sysutils/cfengine2/Makefile b/sysutils/cfengine2/Makefile index eb635fe260a5..bad9c0f2275e 100644 --- a/sysutils/cfengine2/Makefile +++ b/sysutils/cfengine2/Makefile @@ -39,4 +39,10 @@ LDFLAGS+= -L${LOCALBASE}/lib/db41 -ldb41 .error WITH_BDB_VER must be 41 or 42 .endif -.include +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + +.include -- cgit