svn commit: r445352 - head/sysutils/powermon

Mark Linimon linimon at FreeBSD.org
Sat Jul 8 23:22:06 UTC 2017


Author: linimon
Date: Sat Jul  8 23:22:04 2017
New Revision: 445352
URL: https://svnweb.freebsd.org/changeset/ports/445352

Log:
  Make amd64-specific.
  
  Approved by:	maintainer

Modified:
  head/sysutils/powermon/Makefile

Modified: head/sysutils/powermon/Makefile
==============================================================================
--- head/sysutils/powermon/Makefile	Sat Jul  8 22:48:52 2017	(r445351)
+++ head/sysutils/powermon/Makefile	Sat Jul  8 23:22:04 2017	(r445352)
@@ -11,6 +11,9 @@ COMMENT=	Displays the CPUs current power consumption
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	 ${WRKDIR}/${PORTNAME}-${PORTVERSION}/LICENSE
 
+ONLY_FOR_ARCHS=		amd64
+ONLY_FOR_ARCHS_REASON=	specific to recent x86 processors
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	yamagi
 GH_TAGNAME=	${DISTVERSIONPREFIX}${PORTVERSION}


More information about the svn-ports-all mailing list