diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2002-11-25 00:18:32 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2002-11-25 00:18:32 +0000 |
commit | e143953bcb6901b013fd857471eba64e0e5eaa8b (patch) | |
tree | 96be748d2b0b2bbead7270c600c07fcea5283603 /graphics/drm-kmod | |
parent | Add preliminary port of gecc. (diff) |
Change the BROKEN for 5.0 to IGNORE so that bento won't try to compile it.
Notes
Notes:
svn path=/head/; revision=71055
Diffstat (limited to 'graphics/drm-kmod')
-rw-r--r-- | graphics/drm-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile index 3c781902697a..33754e61fba8 100644 --- a/graphics/drm-kmod/Makefile +++ b/graphics/drm-kmod/Makefile @@ -22,7 +22,7 @@ PKGMESSAGE= ${WRKSRC}/.MESSAGE .if ${OSVERSION} < 400006 BROKEN= "FreeBSD before 4.1 is not supported" .elif ${OSVERSION} > 500000 -BROKEN= "FreeBSD 5.0 has DRM supplied by the kernel" +IGNORE= "FreeBSD 5.0 has DRM supplied by the kernel" .endif .if defined(WITH_SMP) |