aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-03-11 16:39:35 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-03-11 16:39:35 +0000
commita6fdb60e3b93f59f8f2fced4684183d8e0015037 (patch)
tree21c4dc70db99b071bb94caa74b7c45e5dbb63a9c
parent84782cf31c5e6b53fb48dceb8e5cef28a9184566 (diff)
downloadports-a6fdb60e3b93f59f8f2fced4684183d8e0015037.tar.gz
ports-a6fdb60e3b93f59f8f2fced4684183d8e0015037.zip
sysutils/lscpu: works fine on powerpc*
-rw-r--r--sysutils/lscpu/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/lscpu/Makefile b/sysutils/lscpu/Makefile
index aa3b4c9cc9a0..60a56b1b8156 100644
--- a/sysutils/lscpu/Makefile
+++ b/sysutils/lscpu/Makefile
@@ -9,8 +9,7 @@ COMMENT= Display information about the CPU architecture
LICENSE= BSD3CLAUSE
-ONLY_FOR_ARCHS= amd64 i386
-ONLY_FOR_ARCHS_REASON= unconditionally invokes x86-specific code
+ONLY_FOR_ARCHS= amd64 i386 powerpc64le powerpc64 powerpc
USE_GITHUB= yes
GH_ACCOUNT= NanXiao