diff options
author | kris <kris@FreeBSD.org> | 2004-03-11 18:44:01 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-11 18:44:01 +0800 |
commit | bb7dfc2abee9bc029f02197b0f1d1eb2971c5b7c (patch) | |
tree | a233135fa4567017112108d1e67e613e11dd04b0 /mail | |
parent | 0bfe94c5f3e8784c914ed1e6dd1bd070f5f32aba (diff) | |
download | freebsd-ports-gnome-bb7dfc2abee9bc029f02197b0f1d1eb2971c5b7c.tar.gz freebsd-ports-gnome-bb7dfc2abee9bc029f02197b0f1d1eb2971c5b7c.tar.zst freebsd-ports-gnome-bb7dfc2abee9bc029f02197b0f1d1eb2971c5b7c.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) |