svn commit: r388556 - head/sysutils/xbatt

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 4 22:38:07 UTC 2015


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>


More information about the svn-ports-all mailing list