summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-11-22 18:47:53 +0000
committerMark Linimon <linimon@FreeBSD.org>2016-11-22 18:47:53 +0000
commit856d6fcc598498ef2f8b9cac423158f32ccd5e6f (patch)
tree07ff287fdc72ee32d12c6f728cf9a12abaefa305
parent- Add cs-hyphen 2.0 (diff)
Some aarch64 servers apparently have ACPI. Attempt to build on aarch64
just to see. (It should not hurt anything.) Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=426854
-rw-r--r--sysutils/acpi_call/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/acpi_call/Makefile b/sysutils/acpi_call/Makefile
index f61b1a92bb01..c9a84078a7ae 100644
--- a/sysutils/acpi_call/Makefile
+++ b/sysutils/acpi_call/Makefile
@@ -12,8 +12,8 @@ COMMENT= Kernel module for calling ACPI methods from userspace
LICENSE= BSD2CLAUSE
-ONLY_FOR_ARCHS= amd64 i386 ia64
-ONLY_FOR_ARCHS_REASON= not relevant for non-x86-derived architectures
+ONLY_FOR_ARCHS= aarch64 amd64 i386
+ONLY_FOR_ARCHS_REASON= not relevant for most non-x86-derived architectures
USES= kmod