diff options
Diffstat (limited to 'graphics/drm-510-kmod/Makefile')
-rw-r--r-- | graphics/drm-510-kmod/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/drm-510-kmod/Makefile b/graphics/drm-510-kmod/Makefile index 192b3e20f98d..1bdeb3d7ff69 100644 --- a/graphics/drm-510-kmod/Makefile +++ b/graphics/drm-510-kmod/Makefile @@ -26,9 +26,6 @@ GH_TAGNAME= ${DRM_KMOD_GH_TAGNAME} .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1301000 -IGNORE= not supported on older than 13.1, no kernel support -.endif .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) .endif |