aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-04-28 12:27:59 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2022-05-01 17:23:25 +0000
commitec76469e34b32ec97cad1beefae6ae9f5b13a9b5 (patch)
tree40833723b9a5d5944f601276bff41060b8ac9b80
parent7377fed7a063420992359af3a15006fa4fee6303 (diff)
downloadports-ec76469e34b32ec97cad1beefae6ae9f5b13a9b5.tar.gz
ports-ec76469e34b32ec97cad1beefae6ae9f5b13a9b5.zip
graphics/drm-kmod: Track drm-510-kmod on CURRENT
5.10 is mature enough to be used on CURRENT machines. Sponsored by: Beckhoff Automation GmbH & Co. KG
-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 d95af0bd1b6c..fcc05a4af2c1 100644
--- a/graphics/drm-kmod/Makefile
+++ b/graphics/drm-kmod/Makefile
@@ -23,7 +23,7 @@ IGNORE= not supported on older 13, no kernel support
.elif ${OSVERSION} >= 1300136 && ${OSVERSION} < 1400000
RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd13-kmod
.elif ${OSVERSION} >= 1400000
-RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-current-kmod
+RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-510-kmod
.else
IGNORE= not supported for this configuration
.endif