diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-12-31 15:25:43 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-12-31 15:25:43 +0000 |
commit | 2b483d2c5e064b29459ef49ab753b8aa12aaf34d (patch) | |
tree | bfc8e19a9860be0bb7da64d4ec4429d4c67beb23 /graphics/drm-kmod | |
parent | Update Stellarium to version 0.20.4. (diff) |
graphics/drm-kmod: drop support for expired graphics/drm-legacy-kmod
Notes
Notes:
svn path=/head/; revision=559745
Diffstat (limited to 'graphics/drm-kmod')
-rw-r--r-- | graphics/drm-kmod/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile index 48912c6c0ff2..8770063cdf83 100644 --- a/graphics/drm-kmod/Makefile +++ b/graphics/drm-kmod/Makefile @@ -15,13 +15,7 @@ USES= metaport .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) .else -.if ${ARCH} != "amd64" -.if ${OSVERSION} >= 1200080 -RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-legacy-kmod -.else -IGNORE= legacy kmod not required on less than 12.0 -.endif -.else +.if ${ARCH} == "amd64" .if ${OSVERSION} >= 1103000 && ${OSVERSION} < 1200000 RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-fbsd11.2-kmod .elif ${OSVERSION} >= 1200058 && ${OSVERSION} < 1300000 |