diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 05:16:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 05:16:19 +0000 |
commit | 686a04b74abcca3ca33bbecfc6929632e092e84a (patch) | |
tree | 3b8958b1bb3cc35feca131ed85cc953e08b14c9d /mail/smtp-gated/Makefile | |
parent | 08a2e61d8a80056b49456688a226da265e78733a (diff) |
Notes
Diffstat (limited to 'mail/smtp-gated/Makefile')
-rw-r--r-- | mail/smtp-gated/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/smtp-gated/Makefile b/mail/smtp-gated/Makefile index 1e8035fa929d..9d78762cc38c 100644 --- a/mail/smtp-gated/Makefile +++ b/mail/smtp-gated/Makefile @@ -26,6 +26,10 @@ MAN8= smtp-gated.8 .include <bsd.port.pre.mk> +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc: cannot determine endianness +.endif + post-patch: ${REINPLACE_CMD} -e 's,install-man: install-man5 install-man8 install-manh,install-man: install-man5 install-man8,' ${WRKSRC}/doc/Makefile.in |