mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix version check. THis is only supported on 12 and later.
Noticed by: jbeich
This commit is contained in:
parent
f9a8f96667
commit
3fd92a4ca0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487755
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ GH_TAGNAME= 71fcc9f
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200058
|
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200058
|
||||||
IGNORE= not supported on older CURRENT, no kernel support
|
IGNORE= only supported on FreeBSD 12.0 and later
|
||||||
.endif
|
.endif
|
||||||
.if ${OPSYS} != FreeBSD
|
.if ${OPSYS} != FreeBSD
|
||||||
IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality)
|
IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality)
|
||||||
|
|
Loading…
Add table
Reference in a new issue