diff options
author | kris <kris@FreeBSD.org> | 2004-12-04 09:49:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-04 09:49:57 +0800 |
commit | 9852bd97a3dd2313a5ded97f079b4ee9d5438c06 (patch) | |
tree | 763159e6b94b73e7235a158ab820a614fde6c7da /mail | |
parent | 289e227a471b4573c299b228b0d392a9044364e7 (diff) | |
download | freebsd-ports-gnome-9852bd97a3dd2313a5ded97f079b4ee9d5438c06.tar.gz freebsd-ports-gnome-9852bd97a3dd2313a5ded97f079b4ee9d5438c06.tar.zst freebsd-ports-gnome-9852bd97a3dd2313a5ded97f079b4ee9d5438c06.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'mail')
-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: |