aboutsummaryrefslogtreecommitdiff
path: root/sysutils/battmond/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-09-07 08:16:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-09-07 08:16:21 +0000
commitcf71dbcbb9698b2499f232f412c4acd9a9577d43 (patch)
tree78f67f462eb845ddaa20d6b06a520a0a00342f84 /sysutils/battmond/Makefile
parent6b09a3532f6ff027ce1d7e582e01b8c00643d766 (diff)
Notes
Diffstat (limited to 'sysutils/battmond/Makefile')
-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>