svn commit: r541449 - head/sysutils/bsdfan

Alexey Dokuchaev danfe at FreeBSD.org
Tue Jul 7 19:47:11 UTC 2020


Author: danfe
Date: Tue Jul  7 19:47:10 2020
New Revision: 541449
URL: https://svnweb.freebsd.org/changeset/ports/541449

Log:
  Limit to x86 architectures (amd64 and i386).
  
  Suggested by:	linimon

Modified:
  head/sysutils/bsdfan/Makefile

Modified: head/sysutils/bsdfan/Makefile
==============================================================================
--- head/sysutils/bsdfan/Makefile	Tue Jul  7 19:11:41 2020	(r541448)
+++ head/sysutils/bsdfan/Makefile	Tue Jul  7 19:47:10 2020	(r541449)
@@ -11,6 +11,9 @@ COMMENT=	Utility to manage fans on Lenovo ThinkPad lap
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS_REASON=	requires acpi_ibm(4) which is only available on x86
+
 USES=		uidfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	claudiozz


More information about the svn-ports-all mailing list