diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 12:21:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 12:21:28 +0000 |
commit | a916d637f1a7935ba3751b2b8fec3903673e7af9 (patch) | |
tree | 8779119e684d4aac777f295f4f4164c5b10228cb /mail | |
parent | a04ce13f87379c46918a387c2b785c584f4c9bce (diff) | |
download | ports-a916d637f1a7935ba3751b2b8fec3903673e7af9.tar.gz ports-a916d637f1a7935ba3751b2b8fec3903673e7af9.zip |
Notes
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 fb07563a16a7..207e8ea1d5ed 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} != "i386" -BROKEN= "Does not compile on !i386" +.if ${ARCH} != "i386" || ${OSVERSION} > 502105 +BROKEN= "Does not compile on !i386 or FreeBSD >= 5.x" .endif post-patch: |