git: 934122ae6eca - main - graphics/drm-kmod: Add dep on gpu-firmware-kmod

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

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

commit 934122ae6ecaa9ac718b3c13c83662b55544ed06
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-05-01 18:26:29 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-05-01 18:27:37 +0000

    graphics/drm-kmod: Add dep on gpu-firmware-kmod
    
    Missed in a mismerge.
    This is needed so a simple pkg install drm-kmod will work 100% of the time.
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 graphics/drm-kmod/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile
index fcc05a4af2c1..9e360fe3d3f9 100644
--- a/graphics/drm-kmod/Makefile
+++ b/graphics/drm-kmod/Makefile
@@ -1,8 +1,7 @@
 # Created by: Johannes Dieterich <jmd@FreeBSD.org>
 
 PORTNAME=	drm-kmod
-PORTVERSION=	g20190710
-PORTREVISION=	1
+PORTVERSION=	20220501
 CATEGORIES=	graphics
 
 MAINTAINER=	x11@FreeBSD.org
@@ -10,6 +9,8 @@ COMMENT=	Metaport of DRM modules for the linuxkpi-based KMS components
 
 USES=		metaport
 
+RUN_DEPENDS=	gpu-firmware-kmod>=g20200914:graphics/gpu-firmware-kmod
+
 .include <bsd.port.options.mk>
 
 .if ${OPSYS} != FreeBSD