From 31efb921f4102ce778c25d6c86aafa270f90075e Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 11 Apr 2019 12:50:46 +0000 Subject: [PATCH] Although this showed up as "builds correctly" in the latest powerpc64 build logs, it cannot possibly make sense to build it there -- or anything other than x86. Approved by: portmgr (tier-2 blanket) --- sysutils/intel-undervolt/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/intel-undervolt/Makefile b/sysutils/intel-undervolt/Makefile index e6043bd70af0..aa935d26812b 100644 --- a/sysutils/intel-undervolt/Makefile +++ b/sysutils/intel-undervolt/Makefile @@ -11,6 +11,9 @@ COMMENT= Intel CPU undervolting tool LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= specifically for Haswell and newer Intel CPUs + RUN_DEPENDS= bash:shells/bash USES= gmake