aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-05-16 08:38:47 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2022-05-16 08:39:50 +0000
commit9bb6e171870ed94a26ded2ae2e71e61822e40730 (patch)
tree838f3e91c59b3f39b484e3e8b59f963b0a7df2c1
parent1f3ab6c64a7c86896f8a71e1de79b8aee0ce22c2 (diff)
downloadports-9bb6e171870ed94a26ded2ae2e71e61822e40730.tar.gz
ports-9bb6e171870ed94a26ded2ae2e71e61822e40730.zip
graphics/drm-kmod: Replace gpu-firmware-kmod depend with the correct version
We changed the version of the gpu-firmware-kmod ports and drm-kmod needs this one to work. 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 9e360fe3d3f9..6a43a8e1527b 100644
--- a/graphics/drm-kmod/Makefile
+++ b/graphics/drm-kmod/Makefile
@@ -9,7 +9,7 @@ COMMENT= Metaport of DRM modules for the linuxkpi-based KMS components
USES= metaport
-RUN_DEPENDS= gpu-firmware-kmod>=g20200914:graphics/gpu-firmware-kmod
+RUN_DEPENDS= gpu-firmware-kmod>=20220511:graphics/gpu-firmware-kmod
.include <bsd.port.options.mk>