diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-12-28 06:59:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-12-28 06:59:36 +0000 |
commit | 52f7eb4e80b7d60b7d296d0ccce7dae00b278204 (patch) | |
tree | 3f8df118e2c8d4e4a8e3e29d87807bbc8d6eb11c /sysutils/acpi_call | |
parent | 6cf6b4399b660e08c756393b012722c862e144f8 (diff) | |
download | ports-52f7eb4e80b7d60b7d296d0ccce7dae00b278204.tar.gz ports-52f7eb4e80b7d60b7d296d0ccce7dae00b278204.zip |
Notes
Diffstat (limited to 'sysutils/acpi_call')
-rw-r--r-- | sysutils/acpi_call/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/acpi_call/Makefile b/sysutils/acpi_call/Makefile index d763e07fe96f..3e0269a3fc20 100644 --- a/sysutils/acpi_call/Makefile +++ b/sysutils/acpi_call/Makefile @@ -24,6 +24,9 @@ PLIST_SUB+= KMODDIR=${KMODDIR} \ IGNORE= requires kernel source files .endif +ONLY_FOR_ARCHS= amd64 i386 ia64 +ONLY_FOR_ARCHS_REASON= not relevant for non-x86-derived architectures + post-build: @cd ${WRKSRC} && ${MAKE} util |