aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-03-12 20:46:49 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-03-12 20:46:49 +0000
commit7f5f26f601c658d5722368f8c82a78d59f1baec0 (patch)
treec26fbf426950ddef0763239fb6be6b37fbf0c288
parent4aa24c6ac54ee17c5baaeded7ac9f3ebc856a7a9 (diff)
downloadports-7f5f26f601c658d5722368f8c82a78d59f1baec0.tar.gz
ports-7f5f26f601c658d5722368f8c82a78d59f1baec0.zip
sysutils/lscpu: also enable on riscv64
Works fine.
-rw-r--r--sysutils/lscpu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lscpu/Makefile b/sysutils/lscpu/Makefile
index 60a56b1b8156..aacccd2e68ac 100644
--- a/sysutils/lscpu/Makefile
+++ b/sysutils/lscpu/Makefile
@@ -9,7 +9,7 @@ COMMENT= Display information about the CPU architecture
LICENSE= BSD3CLAUSE
-ONLY_FOR_ARCHS= amd64 i386 powerpc64le powerpc64 powerpc
+ONLY_FOR_ARCHS= amd64 i386 powerpc64le powerpc64 powerpc riscv64
USE_GITHUB= yes
GH_ACCOUNT= NanXiao