svn commit: r553231 - head/graphics/drm-kmod
Rene Ladan
rene at FreeBSD.org
Sat Oct 24 22:04:58 UTC 2020
Author: rene
Date: Sat Oct 24 22:04:57 2020
New Revision: 553231
URL: https://svnweb.freebsd.org/changeset/ports/553231
Log:
graphics/drm-kmod: simplify logic a bit.
Phabricator: D26646
Modified:
head/graphics/drm-kmod/Makefile
Modified: head/graphics/drm-kmod/Makefile
==============================================================================
--- head/graphics/drm-kmod/Makefile Sat Oct 24 22:04:08 2020 (r553230)
+++ head/graphics/drm-kmod/Makefile Sat Oct 24 22:04:57 2020 (r553231)
@@ -18,7 +18,7 @@ IGNORE= not supported on anything but FreeBSD (missin
.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
More information about the svn-ports-head
mailing list