diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-04 22:38:06 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-04 22:38:06 +0000 |
commit | fb0627ca2cb95753e72a1259e9cadca3bc99c968 (patch) | |
tree | 8ff9493c38cae7d10b945a463e1a19e98865c568 | |
parent | c3d46414109652e28ed989cb18893eb5ce154104 (diff) |
Loose IGNORE condition, apm_bios.h is only absent on 8.x amd64
Notes
Notes:
svn path=/head/; revision=388556
-rw-r--r-- | sysutils/xbatt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile index 15941c3b0372..b7a8d233235e 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -18,8 +18,8 @@ PLIST_FILES= "@(,operator,2755) bin/xbatt" .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 -IGNORE= doesn't support FreeBSD 8.x +.if ${ARCH} == amd64 && ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 +IGNORE= doesn't support FreeBSD 8.x amd64 .endif .include <bsd.port.post.mk> |