From 8eb28a14addb2540e7a3676fc7e5e43dc385e46c Mon Sep 17 00:00:00 2001 From: jmz Date: Thu, 9 Nov 2000 04:33:13 +0000 Subject: Mark BROKEN for FreeBSD < 4.1. Compilation requires which does not exist. Furthermore `as' does not grok one assembly source (xc/lib/GL/mesa/src/X86/common_x86asm.S) --- x11/XFree86-4/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11/XFree86-4') diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index 9d4e96c87b3e..03f1883dde10 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/Makefile @@ -48,6 +48,10 @@ SCRIPTS_ENV+= MACHINE=alpha PLIST= ${PKGDIR}/pkg-plist.alpha .endif +.if ${OSVERSION} < 410000 +BROKEN= "can't be compiled on this system (missing headers)" +.endif + .if defined(XDM_DES) && (${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO) pre-fetch: @${ECHO} -- cgit