- IGNORE on FreeBSD 5.X and older:

battmond.c:162: error: `ACPI_BATTERY_ALL_UNITS' undeclared

Reported by:	krismail
This commit is contained in:
Pav Lucistnik 2006-09-07 08:16:21 +00:00
parent 6b09a3532f
commit cf71dbcbb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172457

View file

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