--- hugs/Makefile.dist Fri Feb 21 07:16:13 2003 +++ hugs/Makefile Wed Jun 18 03:39:04 2003 @@ -14,9 +14,7 @@ MAINTAINER= obraun@FreeBSD.org COMMENT= An interpreter for the functional programming language Haskell 98 -.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64" -BROKEN= "Does not build on ${MACHINE_ARCH}" -.endif +NOT_FOR_ARCHS= alpha sparc64 WRKSRC= ${WRKDIR}/${DISTNAME}/src