diff options
-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) |