diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-09-04 03:05:23 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-09-04 03:05:23 +0000 |
commit | 07192a24edc994bcc30e3658b0262c06b10a183c (patch) | |
tree | 8db48774b6758a80fd4e62077728277c3efd9d53 /mail/dovecot2 | |
parent | 28e3778d591330a283000fb5bd00552b0ca710a9 (diff) | |
download | ports-07192a24edc994bcc30e3658b0262c06b10a183c.tar.gz ports-07192a24edc994bcc30e3658b0262c06b10a183c.zip |
Notes
Diffstat (limited to 'mail/dovecot2')
-rw-r--r-- | mail/dovecot2/Makefile | 4 |
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;\ |