diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-11 18:44:01 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-11 18:44:01 +0800 |
commit | 00ca88ac3e9aabf205ee2826b85804bd5d5b2c8d (patch) | |
tree | b6183d15d351c07a453a8965642f3455dfed1bea /mail | |
parent | 1bdae30b1b5e58f8e88a982d24efe071c0676a51 (diff) | |
download | freebsd-ports-gnome-00ca88ac3e9aabf205ee2826b85804bd5d5b2c8d.tar.gz freebsd-ports-gnome-00ca88ac3e9aabf205ee2826b85804bd5d5b2c8d.tar.zst freebsd-ports-gnome-00ca88ac3e9aabf205ee2826b85804bd5d5b2c8d.zip |
BROKEN on alpha 4.x as well
Diffstat (limited to 'mail')
-rw-r--r-- | mail/scmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/scmail/Makefile b/mail/scmail/Makefile index 632f8667c49e..d61ce5fce970 100644 --- a/mail/scmail/Makefile +++ b/mail/scmail/Makefile @@ -23,8 +23,8 @@ PORTDOCS= scbayes-ja.html scbayes.html scmail-ja.html scmail.html .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 -BROKEN= "Does not compile on alpha >= 5.x" +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" .endif .if exists(${LOCALBASE}/bin/gauche-config) |