diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-05 06:38:06 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-05 06:38:06 +0800 |
commit | 3ccade22c5593e49f2b6022e27e1cbc107a3fcdb (patch) | |
tree | 8ff9493c38cae7d10b945a463e1a19e98865c568 /sysutils/xbatt | |
parent | 920ba6cb326d09cc6498b384282c268c48bd802b (diff) | |
download | freebsd-ports-graphics-3ccade22c5593e49f2b6022e27e1cbc107a3fcdb.tar.gz freebsd-ports-graphics-3ccade22c5593e49f2b6022e27e1cbc107a3fcdb.tar.zst freebsd-ports-graphics-3ccade22c5593e49f2b6022e27e1cbc107a3fcdb.zip |
Loose IGNORE condition, apm_bios.h is only absent on 8.x amd64
Diffstat (limited to 'sysutils/xbatt')
-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 15941c3b037..b7a8d233235 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> |