aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-06-30 04:52:25 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-06-30 04:52:25 +0800
commitb39e44129e28c6986a799d6c032be24dddea62e0 (patch)
treed60042043432d88df5e1fc90259ad4a1a93bae8b /sysutils
parentdbf370dd9b9c3fa7e07139e72d00eeb0d7ab8a3f (diff)
downloadfreebsd-ports-gnome-b39e44129e28c6986a799d6c032be24dddea62e0.tar.gz
freebsd-ports-gnome-b39e44129e28c6986a799d6c032be24dddea62e0.tar.zst
freebsd-ports-gnome-b39e44129e28c6986a799d6c032be24dddea62e0.zip
Add aarch64 and armv7 to ONLY_FOR_ARCHS
powerpc64 has been added by pkubaj in r504882. Reported by: jbeich Reference: https://reviews.freebsd.org/P272 https://reviews.freebsd.org/P273
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/freeipmi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile
index 0de70f5bfd80..0a6c573d34b4 100644
--- a/sysutils/freeipmi/Makefile
+++ b/sysutils/freeipmi/Makefile
@@ -13,7 +13,7 @@ COMMENT= Library and tools to support IPMI-capable hardware
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-ONLY_FOR_ARCHS= amd64 i386 powerpc64
+ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc64
LIB_DEPENDS= libargp.so:devel/argp-standalone \
libgcrypt.so:security/libgcrypt