graphics/drm-kmod: simplify logic a bit.
Phabricator: D26646
This commit is contained in:
parent
4884295c9f
commit
03c56ec12f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553231
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue