From d67449b05cdaab34eece61ec674afccea45d646b Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 3 Sep 2006 18:10:40 +0000 Subject: [PATCH] BROKEN on 6.x: Does not build --- x11/XFree86/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index 6aff6a52f82f..69a64e91be17 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -86,6 +86,10 @@ post-extract: .include +.if ${OSVERSION} >= 601104 +BROKEN= Does not build on FreeBSD >= 6.x +.endif + .if ${X_WINDOW_SYSTEM:L} != xfree86-3 IGNORE= is part of XFree86-3 .endif