diff options
-rw-r--r-- | lang/helium/Makefile | 2 | ||||
-rw-r--r-- | net-im/ginsu/Makefile | 2 | ||||
-rw-r--r-- | net/ginsu/Makefile | 2 |
3 files changed, 6 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 \ diff --git a/net-im/ginsu/Makefile b/net-im/ginsu/Makefile index 84b96cbee8d7..a8743c11eefd 100644 --- a/net-im/ginsu/Makefile +++ b/net-im/ginsu/Makefile @@ -15,6 +15,8 @@ COMMENT= A client for the gale secure instant messaging system BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc +BROKEN= Does not build + GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net/ginsu/Makefile b/net/ginsu/Makefile index 84b96cbee8d7..a8743c11eefd 100644 --- a/net/ginsu/Makefile +++ b/net/ginsu/Makefile @@ -15,6 +15,8 @@ COMMENT= A client for the gale secure instant messaging system BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc +BROKEN= Does not build + GNU_CONFIGURE= yes USE_GMAKE= yes |