summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2020-03-28 14:56:47 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2020-03-28 14:56:47 +0000
commiteb450b61c11e1425226d65ef5933cfd06353f890 (patch)
treebda47a5644fa989e83365991d178d826e796d67e /sysutils
parentwww/minio: update to 2020.03.25.07.03.04 (diff)
Gigolo reported as building fine on arm.
PR: 245134 Submitted by: mikael
Notes
Notes: svn path=/head/; revision=529737
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gigolo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gigolo/Makefile b/sysutils/gigolo/Makefile
index 4287bd4dce10..d072272e1ec3 100644
--- a/sysutils/gigolo/Makefile
+++ b/sysutils/gigolo/Makefile
@@ -11,7 +11,8 @@ COMMENT= Frontend to easily manage filesystem connections
LICENSE= GPLv2
-ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpcspe
+ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc \
+ powerpc64 powerpcspe
ONLY_FOR_ARCHS_REASON= Does not compile
BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser