diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-08-07 14:37:09 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-08-07 14:37:09 +0000 |
commit | 687fb29544dd59b70497731f5c7afb28084342ab (patch) | |
tree | 8f7d770359914bd60b48b21055a66948f6f318f0 /graphics/linux_dri-devel/Makefile | |
parent | 337148661c04e620a7831fd0e05b8e3542351126 (diff) |
Notes
Diffstat (limited to 'graphics/linux_dri-devel/Makefile')
-rw-r--r-- | graphics/linux_dri-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/linux_dri-devel/Makefile b/graphics/linux_dri-devel/Makefile index bafc34070b18..ba8b433c633b 100644 --- a/graphics/linux_dri-devel/Makefile +++ b/graphics/linux_dri-devel/Makefile @@ -24,6 +24,10 @@ USE_LINUX= yes USE_LINUX_PREFIX= yes USE_XLIB= yes +.if ${OSVERSION} < 500000 +BROKEN= does not extract on 4.x (both bz2 and gz sources are used) +.endif + # don't package this for amd64 until we come up with 32-bit ioctl wrappers for # the drm. ONLY_FOR_ARCHS= i386 |