diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2022-04-28 14:27:59 +0200 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2022-05-01 19:23:25 +0200 |
commit | ec76469e34b32ec97cad1beefae6ae9f5b13a9b5 (patch) | |
tree | 40833723b9a5d5944f601276bff41060b8ac9b80 /graphics/drm-kmod | |
parent | graphics/drm-510-kmod: Add new port (diff) |
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
Diffstat (limited to 'graphics/drm-kmod')
-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 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 |