aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cpupdate
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-03-18 03:54:15 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-03-18 03:54:15 +0000
commit5d25accedbd351f03c48d0f7eea9f2cd6da0159c (patch)
tree4f6175315491a9491f6cf765968483f0fffcc392 /sysutils/cpupdate
parent4e40009853c25d9558925ec8e330f76952608b4f (diff)
downloadports-5d25accedbd351f03c48d0f7eea9f2cd6da0159c.tar.gz
ports-5d25accedbd351f03c48d0f7eea9f2cd6da0159c.zip
This fails to build on armv6, and it surely not useful there, or any
non-x86 architecture. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=464865
Diffstat (limited to 'sysutils/cpupdate')
-rw-r--r--sysutils/cpupdate/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/cpupdate/Makefile b/sysutils/cpupdate/Makefile
index 9a72865334e5..9889f9a6fd02 100644
--- a/sysutils/cpupdate/Makefile
+++ b/sysutils/cpupdate/Makefile
@@ -11,6 +11,9 @@ COMMENT= CPU microcode update utility
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+ONLY_FOR_ARCHS= amd64 i386
+ONLY_FOR_ARCHS_REASON= contains microcode specific to certain x86 processors
+
USE_GITHUB= yes
GH_ACCOUNT= kernschmelze
GH_PROJECT= ${PORTNAME}