diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-06-22 19:03:26 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-06-22 19:03:26 +0000 |
commit | 8503a087c7fa11c4de7b2d6591fed955fb874554 (patch) | |
tree | 08a94794fdeb9f9eb01fba7ba78459d6709cbf94 | |
parent | 7cd8c61037e0989e0524eefc5922fdc4c7cdae19 (diff) |
sysutils/freeipmi: works on powerpc64
Also, remove ONLY_FOR_ARCHS_REASON since it's obviously wrong.
Approved by: mentors (implicite approval)
Notes
Notes:
svn path=/head/; revision=504882
-rw-r--r-- | sysutils/freeipmi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile index dbd22eb0ec28..0de70f5bfd80 100644 --- a/sysutils/freeipmi/Makefile +++ b/sysutils/freeipmi/Makefile @@ -13,8 +13,7 @@ COMMENT= Library and tools to support IPMI-capable hardware LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -ONLY_FOR_ARCHS= amd64 i386 -ONLY_FOR_ARCHS_REASON= invokes x86 assembler +ONLY_FOR_ARCHS= amd64 i386 powerpc64 LIB_DEPENDS= libargp.so:devel/argp-standalone \ libgcrypt.so:security/libgcrypt |