diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-11-09 04:33:13 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-11-09 04:33:13 +0000 |
commit | b3cb04ce75f0242d7ac589101e7c60ef8f43f462 (patch) | |
tree | 3c270e3cf8f5f34a0575f6982358e7e663fa9f94 /x11 | |
parent | gnumeric/gnumeric -> japanese/gnumeric (diff) |
Mark BROKEN for FreeBSD < 4.1. Compilation requires <sys/agpio.h> which
does not exist. Furthermore `as' does not grok one assembly source
(xc/lib/GL/mesa/src/X86/common_x86asm.S)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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} |