- 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:
Alejandro Pulver 2006-11-06 01:39:22 +00:00
parent 5841719284
commit ecf5c47891
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176571

View file

@ -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