mark as broken on alpha - hangs on runtime during build process

This commit is contained in:
pvalchev 2003-09-07 19:53:08 +00:00
parent 13fc8444b0
commit 826180499b

View File

@ -1,6 +1,10 @@
# $OpenBSD: Makefile,v 1.11 2002/12/29 20:41:08 fgsch Exp $
# $OpenBSD: Makefile,v 1.12 2003/09/07 19:53:08 pvalchev Exp $
# losely based on the FreeBSD port
.if ${MACHINE_ARCH} == "alpha"
BROKEN= "hangs at runtime during build process"
.endif
COMMENT= "scheme r5 interpreter"
CATEGORIES= lang