mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Check for existence of ipmi driver code in kernel sources instead of
checking OSVERSION. PR: ports/105097 Submitted by: Nick Barkas <snb@threerings.net> (maintainer)
This commit is contained in:
parent
5841719284
commit
ecf5c47891
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176571
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ STRIP=
|
|||
IGNORE= requires kernel source to be installed
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 601102
|
||||
IGNORE= already in the base system
|
||||
.if exists(${SRC_BASE}/sys/dev/ipmi)
|
||||
IGNORE= is already included in the base system
|
||||
.elif ${OSVERSION} < 503000
|
||||
IGNORE= does not support FreeBSD before 5.3
|
||||
.endif
|
||||
|
|
Loading…
Add table
Reference in a new issue