graphics/drm-kmod: Update supported versions
Update supported versions and ports selection in graphics/drm-kmod. This only affects current. Reviewed by: jmd MFH: 2019Q3 (implicit, drm-drivers blanket) Sponsored by: B3 Init
This commit is contained in:
parent
13c4ae51b2
commit
5a2e82f2fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506335
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= drm-kmod
|
||||
PORTVERSION= g20181126
|
||||
PORTVERSION= g20190710
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
@ -30,7 +30,9 @@ IGNORE= not supported on older 12, no kernel support
|
||||
RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd11.2-kmod
|
||||
.elif ${OSVERSION} >= 1200058 && ${OSVERSION} < 1300000
|
||||
RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd12.0-kmod
|
||||
.elif ${OSVERSION} >= 1300000
|
||||
.elif ${OSVERSION} >= 1300000 && ${OSVERSION} < 1300029
|
||||
IGNORE= not supported on older 13, no kernel support
|
||||
.elif ${OSVERSION} >= 1300029
|
||||
RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-current-kmod
|
||||
.else
|
||||
IGNORE= not supported for this configuration
|
||||
|
Loading…
Reference in New Issue
Block a user