aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dovecot2
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2012-09-04 11:05:23 +0800
committerlinimon <linimon@FreeBSD.org>2012-09-04 11:05:23 +0800
commit4e140e9ca2b74f4e27c02a5b0e9281ba583a36c2 (patch)
tree8db48774b6758a80fd4e62077728277c3efd9d53 /mail/dovecot2
parenta097dedaca5d1736db39d27d46c1405d007ebc40 (diff)
downloadfreebsd-ports-gnome-4e140e9ca2b74f4e27c02a5b0e9281ba583a36c2.tar.gz
freebsd-ports-gnome-4e140e9ca2b74f4e27c02a5b0e9281ba583a36c2.tar.zst
freebsd-ports-gnome-4e140e9ca2b74f4e27c02a5b0e9281ba583a36c2.zip
Mark as broken on ARM.
PR: ports/170946 Submitted by: linimon Hat: portmgr
Diffstat (limited to 'mail/dovecot2')
-rw-r--r--mail/dovecot2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile
index 38892d8e1f71..de2a82d0e92e 100644
--- a/mail/dovecot2/Makefile
+++ b/mail/dovecot2/Makefile
@@ -58,6 +58,10 @@ SOLR_DESC= Solr FTS support
.include <bsd.port.pre.mk>
+.if ${ARCH} == "arm"
+BROKEN= Does not build on arm
+.endif
+
# sed script for dovecot.conf
REINPLACE= s!%%PROTOCOLS%%!${PROTOCOLS}!g;\
s!/usr/!${PREFIX}/!g;\