diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-10-24 22:04:57 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-10-24 22:04:57 +0000 |
commit | 03c56ec12f5fd4e5842826498c5bd3b47857bc0b (patch) | |
tree | f2f3ec4f9c63732e1eeff775da3098722a9d33b2 | |
parent | security/doas: update to 6.3p2 (diff) |
graphics/drm-kmod: simplify logic a bit.
Phabricator: D26646
-rw-r--r-- | graphics/drm-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile index ea44f9791131..48912c6c0ff2 100644 --- a/graphics/drm-kmod/Makefile +++ b/graphics/drm-kmod/Makefile @@ -18,7 +18,7 @@ IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) .if ${ARCH} != "amd64" .if ${OSVERSION} >= 1200080 RUN_DEPENDS= ${KMODDIR}/drm.ko:graphics/drm-legacy-kmod -.elif ${OSVERSION} < 1200080 +.else IGNORE= legacy kmod not required on less than 12.0 .endif .else |