View | Details | Raw Unified | Return to bug 286410
Collapse All | Expand All

(-)b/graphics/drm-kmod/Makefile (-3 / +3 lines)
Lines 21-32 _DRM_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le Link Here
21
.  elif ${OSVERSION} >= 1400097 && (${ARCH} == i386 || ${ARCH} == aarch64)
21
.  elif ${OSVERSION} >= 1400097 && (${ARCH} == i386 || ${ARCH} == aarch64)
22
RUN_DEPENDS+=	${KMODDIR}/drm.ko:graphics/drm-510-kmod
22
RUN_DEPENDS+=	${KMODDIR}/drm.ko:graphics/drm-510-kmod
23
_DRM_ARCHS=	aarch64 i386
23
_DRM_ARCHS=	aarch64 i386
24
.  elif ${OSVERSION} >= 1400508
25
RUN_DEPENDS+=	${KMODDIR}/drm.ko:graphics/drm-61-kmod
26
_DRM_ARCHS=	amd64 powerpc64 powerpc64le
27
.  elif ${OSVERSION} >= 1500031 && ${ARCH} == amd64
24
.  elif ${OSVERSION} >= 1500031 && ${ARCH} == amd64
28
RUN_DEPENDS+=	${KMODDIR}/drm.ko:graphics/drm-66-kmod
25
RUN_DEPENDS+=	${KMODDIR}/drm.ko:graphics/drm-66-kmod
29
_DRM_ARCHS=	amd64
26
_DRM_ARCHS=	amd64
27
.  elif ${OSVERSION} >= 1400508
28
RUN_DEPENDS+=	${KMODDIR}/drm.ko:graphics/drm-61-kmod
29
_DRM_ARCHS=	amd64 powerpc64 powerpc64le
30
.  else
30
.  else
31
_DRM_ARCHS=
31
_DRM_ARCHS=
32
.  endif
32
.  endif

Return to bug 286410