summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 22:04:54 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 22:04:54 +0000
commit76b6ac7ad54762d1ea6b6afc15fc354a7c6528ba (patch)
treea2da1cac9ec82657e3e522a8ec8172f51cba27b3
parentBROKEN on alpha: does not compile (diff)
BROKEN on alpha 5.x: Does not compile
-rw-r--r--mail/scmail/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/scmail/Makefile b/mail/scmail/Makefile
index 8ee318671291..632f8667c49e 100644
--- a/mail/scmail/Makefile
+++ b/mail/scmail/Makefile
@@ -23,6 +23,10 @@ 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"
+.endif
+
.if exists(${LOCALBASE}/bin/gauche-config)
GAUCHE_VER!= gauche-config -V
.else