diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-11 05:41:25 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-11 05:41:25 +0800 |
commit | 8986c6c68c86c946a85694f6a625eb3669328d78 (patch) | |
tree | 19711b40d7e7a7142f804090b8672f35c3189e11 /lang/helium | |
parent | e93323cf194eb51b56c2d38957ace412b829c994 (diff) | |
download | freebsd-ports-gnome-8986c6c68c86c946a85694f6a625eb3669328d78.tar.gz freebsd-ports-gnome-8986c6c68c86c946a85694f6a625eb3669328d78.tar.zst freebsd-ports-gnome-8986c6c68c86c946a85694f6a625eb3669328d78.zip |
BROKEN: Does not build
Diffstat (limited to 'lang/helium')
-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 \ |