diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-10-26 22:44:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-10-26 22:44:50 +0000 |
commit | 0252be94aed4cd5f2bfe09949ac30e84604ea6b4 (patch) | |
tree | ef15b9f2fcdb803b7c6a5c312bc828d2aa22f123 /mail/postfix-current | |
parent | 87e70d16a7595b5f6edc06de5727a3d11c0f20ba (diff) | |
download | ports-0252be94aed4cd5f2bfe09949ac30e84604ea6b4.tar.gz ports-0252be94aed4cd5f2bfe09949ac30e84604ea6b4.zip |
Notes
Diffstat (limited to 'mail/postfix-current')
-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 |