1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

graphics/drm-61-kmod: Fix supported 14-STABLE kernels detection

Fixes:		0d8479cccc ("Update to drm_v6.1.69_1")
Reported by:	Tomoaki AOKI
Sponsored by:	Serenity Cyber Security, LLC
Approved by:	x11 (manu, implicit)
This commit is contained in:
Vladimir Kondratyev 2024-02-24 20:26:49 +03:00
parent 2453ff3a9d
commit e04b012178

View File

@ -27,7 +27,7 @@ GH_TAGNAME= ${DRM_KMOD_GH_TAGNAME}
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500008 || ( ${OSVERSION} >= 1400508 && ${OSVERSION} < 1500000 )
.if ${OPSYS} == FreeBSD && !( ${OSVERSION} >= 1500008 || ( ${OSVERSION} >= 1400508 && ${OSVERSION} < 1500000 ))
IGNORE= not supported on older than 14-STABLE 1400508, no kernel support
.endif
.if ${OPSYS} != FreeBSD