summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/hugs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile
index c9ecc77..c8354dd 100644
--- a/lang/hugs/Makefile
+++ b/lang/hugs/Makefile
@@ -15,7 +15,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}"
+IGNORE= "Does not build on ${MACHINE_ARCH}"
.endif
WRKSRC= ${WRKDIR}/${DISTNAME}/src
OpenPOWER on IntegriCloud