- IGNORE on FreeBSD 5.X and older:
battmond.c:162: error: `ACPI_BATTERY_ALL_UNITS' undeclared Reported by: krismail
This commit is contained in:
parent
6b09a3532f
commit
cf71dbcbb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172457
1 changed files with 7 additions and 1 deletions
|
@ -19,4 +19,10 @@ MANCOMPRESSED= yes
|
|||
PLIST_FILES= sbin/battmond \
|
||||
etc/rc.d/battmond
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 600000
|
||||
IGNORE= requires ACPI features present in FreeBSD 6.X and newer
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue