git: ec76469e34b3 - main - graphics/drm-kmod: Track drm-510-kmod on CURRENT

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Sun, 01 May 2022 17:24:25 UTC
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ec76469e34b32ec97cad1beefae6ae9f5b13a9b5

commit ec76469e34b32ec97cad1beefae6ae9f5b13a9b5
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-04-28 12:27:59 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-05-01 17:23:25 +0000

    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
---
 graphics/drm-kmod/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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