diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile index c3ff6e610077..c475751a50d4 100644 --- a/graphics/drm-kmod/Makefile +++ b/graphics/drm-kmod/Makefile @@ -1,39 +1,39 @@ PORTNAME= drm-kmod PORTVERSION= 20220907 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org COMMENT= Metaport of DRM modules for the linuxkpi-based KMS components WWW= https://github.com/freebsd/drm-kmod USES= metaport RUN_DEPENDS= gpu-firmware-kmod>=20220511:graphics/gpu-firmware-kmod .include .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) .else . if ${OSVERSION} >= 1302000 && ${OSVERSION} < 1400097 RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-510-kmod _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} >= 1400097 && ${OSVERSION} < 1500008 +. elif ${OSVERSION} >= 1400097 && ${OSVERSION} < 1400508 RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-515-kmod _DRM_ARCHS= amd64 powerpc64 powerpc64le -. elif ${OSVERSION} >= 1500008 +. elif ${OSVERSION} >= 1400508 RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-61-kmod _DRM_ARCHS= amd64 powerpc64 powerpc64le . else _DRM_ARCHS= . endif . if ! ${_DRM_ARCHS:M${ARCH}} IGNORE= not supported for this configuration . endif .endif .include