Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2015 22:38:07 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388556 - head/sysutils/xbatt
Message-ID:  <201506042238.t54Mc79C062389@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun  4 22:38:06 2015
New Revision: 388556
URL: https://svnweb.freebsd.org/changeset/ports/388556

Log:
  Loose IGNORE condition, apm_bios.h is only absent on 8.x amd64

Modified:
  head/sysutils/xbatt/Makefile

Modified: head/sysutils/xbatt/Makefile
==============================================================================
--- head/sysutils/xbatt/Makefile	Thu Jun  4 22:15:23 2015	(r388555)
+++ head/sysutils/xbatt/Makefile	Thu Jun  4 22:38:06 2015	(r388556)
@@ -18,8 +18,8 @@ PLIST_FILES=	"@(,operator,2755) bin/xbat
 
 .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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506042238.t54Mc79C062389>