diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-04 01:49:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-04 01:49:57 +0000 |
commit | c6349c090154978a96ec1d9073138164ad38af19 (patch) | |
tree | 77689f1215d2857345378d48c0657892161df7a0 /mail/mahogany | |
parent | 0a012829867d1069225755973ef4aa5e726663f0 (diff) | |
download | ports-c6349c090154978a96ec1d9073138164ad38af19.tar.gz ports-c6349c090154978a96ec1d9073138164ad38af19.zip |
Notes
Diffstat (limited to 'mail/mahogany')
-rw-r--r-- | mail/mahogany/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mahogany/Makefile b/mail/mahogany/Makefile index 2a537f0bd906..a6e8a2f120ab 100644 --- a/mail/mahogany/Makefile +++ b/mail/mahogany/Makefile @@ -32,8 +32,8 @@ CONFIGURE_ENV= OSTYPE=${OPSYS} CFLAGS="${CFLAGS}" .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64" +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" .endif post-patch: |