diff options
-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) |