aboutsummaryrefslogtreecommitdiff
path: root/editors/libreoffice
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-12-19 14:41:29 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-12-19 14:41:29 +0000
commitf1696c0036d9217bb6826834f7a36d1edc5503a2 (patch)
tree9332e3d29b9f67e05c02052339c1fc25be6de3b5 /editors/libreoffice
parent3a3122968b5bf712612ad13bf48191bc8715f6f5 (diff)
downloadports-f1696c0036d9217bb6826834f7a36d1edc5503a2.tar.gz
ports-f1696c0036d9217bb6826834f7a36d1edc5503a2.zip
Mark more recently failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=456719
Diffstat (limited to 'editors/libreoffice')
-rw-r--r--editors/libreoffice/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index b65974fe41aa..9897447731b7 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -86,6 +86,9 @@ DISTFILES+= 4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.
86b1daaa438f5a7bea9a52d7b9799ac0-xmlsec1-1.2.23.tar.gz:src \
cppunit-1.13.2.tar.gz:src
+NOT_FOR_ARCHS= aarch64 armv6 armv7
+NOT_FOR_ARCHS_REASON= Unsupported host_cpu
+
.if defined(PRERELEASE)
MASTER_SITES+= http://dev-builds.libreoffice.org/pre-releases/src/
.endif