diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-09-07 08:16:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-09-07 08:16:21 +0000 |
commit | cf71dbcbb9698b2499f232f412c4acd9a9577d43 (patch) | |
tree | 78f67f462eb845ddaa20d6b06a520a0a00342f84 /sysutils/battmond/Makefile | |
parent | 6b09a3532f6ff027ce1d7e582e01b8c00643d766 (diff) |
Notes
Diffstat (limited to 'sysutils/battmond/Makefile')
-rw-r--r-- | sysutils/battmond/Makefile | 8 |
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> |