1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

drm-current-kmod: Re-add OSVERSION check

Pointy hat to: manu
This commit is contained in:
Emmanuel Vadot 2021-01-28 22:20:02 +00:00
parent 190f3c64d6
commit e358338aee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563159

View File

@ -35,9 +35,9 @@ GH_TAGNAME= drm_v5.4.92_1
.include <bsd.port.options.mk>
#.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400000
#IGNORE= not supported on older CURRENT, no kernel support
#.endif
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400000
IGNORE= not supported on older CURRENT, no kernel support
.endif
.if ${OPSYS} != FreeBSD
IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality)
.endif