mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Mark IGNORE on FreeBSD 7.x and up, kernel module cannot be loaded
PR: ports/118972 Submitted by: Marcus von Appen <mva@sysfault.org> Approved by: maintainer timeout (jylefort; 1 month)
This commit is contained in:
parent
a6834817f9
commit
aa7ab7ae3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206256
@ -33,6 +33,10 @@ MAKE_ENV= WITHOUT_DEBUG=yes
|
||||
IGNORE= requires FreeBSD 5.3 or superior
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 700000
|
||||
IGNORE= module cannot be loaded on FreeBSD 7.x
|
||||
.endif
|
||||
|
||||
.if !exists(/usr/src/sys/Makefile)
|
||||
IGNORE= requires kernel source files
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user