diff options
Diffstat (limited to 'mail/postfix-current/Makefile')
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index e0382f5f30e2..0b6dfcdda74a 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -92,6 +92,10 @@ MLINKS= sendmail.1 mailq.1 \ HTML1= body_checks.5.html bounce.5.html postfix-power.png \ scache.8.html tlsmgr.8.html +.if ${ARCH} == "amd64" +BROKEN= fails during installation +.endif + .if !defined(DEBUG) MAKEFILEFLAGS+= DEBUG= .endif |