diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-03-31 16:15:16 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-03-31 16:15:16 +0000 |
commit | 3c6fba3a38899c63d3dbc2bcbc45740cf327c6b3 (patch) | |
tree | 3dde9d52f34dfb1247213c04b75eda5c746d1114 /graphics/drm-kmod | |
parent | Update to 50.2-4.el7_7. (diff) |
Clean up ports after FreeBSD 12.0 reached end-of-life.
emulators/mesen is left out for now, as it breaks on 11.3
Submitted by: rene
Reviewed by: jbeich, zeising
X-Differential Revision: https://reviews.freebsd.org/D24211
Notes
Notes:
svn path=/head/; revision=529986
Diffstat (limited to 'graphics/drm-kmod')
-rw-r--r-- | graphics/drm-kmod/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile index 71ec1eeef89d..e127621875b0 100644 --- a/graphics/drm-kmod/Makefile +++ b/graphics/drm-kmod/Makefile @@ -24,10 +24,6 @@ IGNORE= legacy kmod not required on less than 12.0 .else .if ${OSVERSION} >= 1103000 && ${OSVERSION} < 1200000 RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd11.2-kmod -.elif ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200045 -IGNORE= not supported on older 12, no kernel support -.elif ${OSVERSION} >= 1200045 && ${OSVERSION} < 1200058 -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 && ${OSVERSION} < 1300029 |