summaryrefslogtreecommitdiff
path: root/lang/hugs
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-06-27 16:48:14 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-06-27 16:48:14 +0000
commit0ed833db977dfa203db5a5d092b5283ef9c8f427 (patch)
tree380ff318d4465b977cdc59fa88645c0e47e69eaf /lang/hugs
parentIGNORE should be used instead of BROKEN to indicate that a port (diff)
s/BROKEN/IGNORE/
PR: ports/53437 Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes: svn path=/head/; revision=83753
Diffstat (limited to 'lang/hugs')
-rw-r--r--lang/hugs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile
index c9ecc775d34f..c8354dd5c6d9 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