summaryrefslogtreecommitdiff
path: root/mail/scmail
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-11 10:44:01 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-11 10:44:01 +0000
commit00ca88ac3e9aabf205ee2826b85804bd5d5b2c8d (patch)
treeb6183d15d351c07a453a8965642f3455dfed1bea /mail/scmail
parentThe only place this builds is on i386 4.x. (diff)
BROKEN on alpha 4.x as well
Notes
Notes: svn path=/head/; revision=103630
Diffstat (limited to 'mail/scmail')
-rw-r--r--mail/scmail/Makefile4
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)