git: 1e0de31a575b - main - graphics/drm-kmod: Fix logic
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Apr 2025 07:34:32 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1e0de31a575b5506814ee6850878912e0eee5049
commit 1e0de31a575b5506814ee6850878912e0eee5049
Author: Trond Endrestøl <Trond.Endrestol@ximalas.info>
AuthorDate: 2025-04-28 07:32:51 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2025-04-28 07:33:31 +0000
graphics/drm-kmod: Fix logic
PR: 286410
---
graphics/drm-kmod/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile
index 01c21a1ba8f4..a538e9c71ff2 100644
--- a/graphics/drm-kmod/Makefile
+++ b/graphics/drm-kmod/Makefile
@@ -21,12 +21,12 @@ _DRM_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le
. elif ${OSVERSION} >= 1400097 && (${ARCH} == i386 || ${ARCH} == aarch64)
RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-510-kmod
_DRM_ARCHS= aarch64 i386
-. elif ${OSVERSION} >= 1400508
-RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-61-kmod
-_DRM_ARCHS= amd64 powerpc64 powerpc64le
. elif ${OSVERSION} >= 1500031 && ${ARCH} == amd64
RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-66-kmod
_DRM_ARCHS= amd64
+. elif ${OSVERSION} >= 1400508
+RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-61-kmod
+_DRM_ARCHS= amd64 powerpc64 powerpc64le
. else
_DRM_ARCHS=
. endif