graphics/drm-kmod: simplify logic a bit.

Phabricator:	D26646
This commit is contained in:
Rene Ladan 2020-10-24 22:04:57 +00:00
parent 4884295c9f
commit 03c56ec12f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553231

View file

@ -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