diff options
-rw-r--r-- | lang/generic-haskell/Makefile | 2 | ||||
-rw-r--r-- | textproc/hs-HaXml/Makefile | 2 | ||||
-rw-r--r-- | textproc/hs-haxml/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/lang/generic-haskell/Makefile b/lang/generic-haskell/Makefile index 65024a93e9a6..a6c0d85ba0cb 100644 --- a/lang/generic-haskell/Makefile +++ b/lang/generic-haskell/Makefile @@ -13,6 +13,8 @@ DISTNAME= gh-${PORTVERSION}-source MAINTAINER= haskell@FreeBSD.org COMMENT= The Generic Haskell compiler +BROKEN= "Not compatible with latest GHC yet" + BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ bash:${PORTSDIR}/shells/bash diff --git a/textproc/hs-HaXml/Makefile b/textproc/hs-HaXml/Makefile index 72159db26321..ea3a62316af0 100644 --- a/textproc/hs-HaXml/Makefile +++ b/textproc/hs-HaXml/Makefile @@ -15,6 +15,8 @@ DISTNAME= HaXml-${PORTVERSION} MAINTAINER= haskell@FreeBSD.org COMMENT= A collection of utilities for using Haskell and XML together +BROKEN= "Not compatible with latest GHC yet" + USE_REINPLACE= yes HAS_CONFIGURE= yes USE_GMAKE= yes diff --git a/textproc/hs-haxml/Makefile b/textproc/hs-haxml/Makefile index 72159db26321..ea3a62316af0 100644 --- a/textproc/hs-haxml/Makefile +++ b/textproc/hs-haxml/Makefile @@ -15,6 +15,8 @@ DISTNAME= HaXml-${PORTVERSION} MAINTAINER= haskell@FreeBSD.org COMMENT= A collection of utilities for using Haskell and XML together +BROKEN= "Not compatible with latest GHC yet" + USE_REINPLACE= yes HAS_CONFIGURE= yes USE_GMAKE= yes |