diff options
author | kris <kris@FreeBSD.org> | 2004-02-24 06:04:54 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-24 06:04:54 +0800 |
commit | 6e12a71210ab4c427fdd3456969d1cb68aee981e (patch) | |
tree | 0c383da9b7b0806cc539edae8832ae32ef492451 /mail | |
parent | e426d7d5fa13df33b8eb8129c8f041d4f06ec2f7 (diff) | |
download | freebsd-ports-gnome-6e12a71210ab4c427fdd3456969d1cb68aee981e.tar.gz freebsd-ports-gnome-6e12a71210ab4c427fdd3456969d1cb68aee981e.tar.zst freebsd-ports-gnome-6e12a71210ab4c427fdd3456969d1cb68aee981e.zip |
BROKEN on alpha 5.x: Does not compile
Diffstat (limited to 'mail')
-rw-r--r-- | mail/scmail/Makefile | 4 |
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 |