diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-03-18 11:54:15 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-03-18 11:54:15 +0800 |
commit | 5d25accedbd351f03c48d0f7eea9f2cd6da0159c (patch) | |
tree | 4f6175315491a9491f6cf765968483f0fffcc392 /sysutils | |
parent | 4e40009853c25d9558925ec8e330f76952608b4f (diff) | |
download | freebsd-ports-gnome-5d25accedbd351f03c48d0f7eea9f2cd6da0159c.tar.gz freebsd-ports-gnome-5d25accedbd351f03c48d0f7eea9f2cd6da0159c.tar.zst freebsd-ports-gnome-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)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cpupdate/Makefile | 3 |
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} |