aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-04 22:38:06 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-04 22:38:06 +0000
commitfb0627ca2cb95753e72a1259e9cadca3bc99c968 (patch)
tree8ff9493c38cae7d10b945a463e1a19e98865c568
parentc3d46414109652e28ed989cb18893eb5ce154104 (diff)
downloadports-fb0627ca2cb95753e72a1259e9cadca3bc99c968.tar.gz
ports-fb0627ca2cb95753e72a1259e9cadca3bc99c968.zip
Notes
-rw-r--r--sysutils/xbatt/Makefile4
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>