diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:41:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:41:25 +0000 |
commit | 8986c6c68c86c946a85694f6a625eb3669328d78 (patch) | |
tree | 19711b40d7e7a7142f804090b8672f35c3189e11 /lang | |
parent | e93323cf194eb51b56c2d38957ace412b829c994 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/helium/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/helium/Makefile b/lang/helium/Makefile index f106d7729837..89a0dd83c543 100644 --- a/lang/helium/Makefile +++ b/lang/helium/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= haskell@FreeBSD.org COMMENT= Functional programming compiler for a subset of Haskell +BROKEN= Does not build + .if defined(WITH_HINT) USE_JAVA= 1.4+ DISTFILES+= ${PORTNAME}-${PORTVERSION}-src.tar.gz \ |