aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/battmond
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/battmond')
-rw-r--r--sysutils/battmond/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/battmond/Makefile b/sysutils/battmond/Makefile
index e61d583895ff..f0d7e4a872b2 100644
--- a/sysutils/battmond/Makefile
+++ b/sysutils/battmond/Makefile
@@ -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>