diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-07-10 07:15:02 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-07-10 07:15:02 +0000 |
commit | 5a2e82f2fb718e67e4e52a0f51c21931855cd169 (patch) | |
tree | cf18d5b9ac900005d54f132ab15ed78d9a4656c5 /graphics/drm-kmod | |
parent | New port: audio/bsequencer-lv2: Multi channel MIDI step sequencer LV2 plugin (diff) |
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
Notes
Notes:
svn path=/head/; revision=506335
Diffstat (limited to 'graphics/drm-kmod')
-rw-r--r-- | graphics/drm-kmod/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile index c7133e792e91..b768d109cfb9 100644 --- a/graphics/drm-kmod/Makefile +++ b/graphics/drm-kmod/Makefile @@ -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 |