summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/drm-kmod/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile
index ea44f9791131..48912c6c0ff2 100644
--- a/graphics/drm-kmod/Makefile
+++ b/graphics/drm-kmod/Makefile
@@ -18,7 +18,7 @@ IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality)
.if ${ARCH} != "amd64"
.if ${OSVERSION} >= 1200080
RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-legacy-kmod
-.elif ${OSVERSION} < 1200080
+.else
IGNORE= legacy kmod not required on less than 12.0
.endif
.else