summaryrefslogtreecommitdiff
path: root/graphics/drm-kmod/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/drm-kmod/Makefile')
-rw-r--r--graphics/drm-kmod/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile
index 4b3547f53b58..15a8d9fc0ee1 100644
--- a/graphics/drm-kmod/Makefile
+++ b/graphics/drm-kmod/Makefile
@@ -1,5 +1,5 @@
PORTNAME= drm-kmod
-PORTVERSION= 20220501
+PORTVERSION= 20220907
CATEGORIES= graphics
MAINTAINER= x11@FreeBSD.org
@@ -17,9 +17,7 @@ IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality)
.if ${ARCH} == "amd64"
.if ${OSVERSION} < 1300000
RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd12.0-kmod
-.elif ${OSVERSION} >= 1300136 && ${OSVERSION} < 1400000
-RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd13-kmod
-.elif ${OSVERSION} >= 1400000
+.elif ${OSVERSION} >= 1301000
RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-510-kmod
.else
IGNORE= not supported for this configuration