diff options
author | linimon <linimon@FreeBSD.org> | 2011-12-28 14:59:36 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-12-28 14:59:36 +0800 |
commit | decb5e6e752eb173da94e6e8607270a24395f7ee (patch) | |
tree | 0c165129d9163a8b3f706d891e0fe3c0e3caa45f /sysutils/acpi_call/Makefile | |
parent | f61bf6c5e07096231ae47cf270a74be1942c14a1 (diff) | |
download | freebsd-ports-gnome-decb5e6e752eb173da94e6e8607270a24395f7ee.tar.gz freebsd-ports-gnome-decb5e6e752eb173da94e6e8607270a24395f7ee.tar.zst freebsd-ports-gnome-decb5e6e752eb173da94e6e8607270a24395f7ee.zip |
Fails to compile on powerpc (missing header), so mark it as not for powerpc.
Presumably, no reason to try to compile this on sparc64, either.
Hat: portmgr
Diffstat (limited to 'sysutils/acpi_call/Makefile')
-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 |