Index: head/sysutils/xbatt/Makefile =================================================================== --- head/sysutils/xbatt/Makefile (revision 388555) +++ head/sysutils/xbatt/Makefile (revision 388556) @@ -1,25 +1,25 @@ # Created by: Nobuhiro Yasutomi # $FreeBSD$ PORTNAME= xbatt PORTVERSION= 1.2.1 PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/ MAINTAINER= ports@FreeBSD.org COMMENT= Laptop battery status display for X11 ONLY_FOR_ARCHS= i386 amd64 USES= imake:noman USE_XORG= xpm xaw PLIST_FILES= "@(,operator,2755) bin/xbatt" .include -.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