1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Fix version check. THis is only supported on 12 and later.

Noticed by:	jbeich
This commit is contained in:
Niclas Zeising 2018-12-18 15:50:49 +00:00
parent f9a8f96667
commit 3fd92a4ca0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487755

View File

@ -29,8 +29,8 @@ GH_TAGNAME= 71fcc9f
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200058
IGNORE= not supported on older CURRENT, no kernel support
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200058
IGNORE= only supported on FreeBSD 12.0 and later
.endif
.if ${OPSYS} != FreeBSD
IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality)