diff options
-rw-r--r-- | x11/XFree86/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk> +.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 |