diff options
author | vs <vs@FreeBSD.org> | 2007-02-13 16:27:17 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2007-02-13 16:27:17 +0800 |
commit | 09684df2852c17738de682502d1bed2f9895c790 (patch) | |
tree | 0d81304e24b85af0e198df8537863d03563a426a /devel/hs-buddha | |
parent | 935cb310ec7f54b7e847b2274d0af61662a5db0a (diff) | |
download | freebsd-ports-gnome-09684df2852c17738de682502d1bed2f9895c790.tar.gz freebsd-ports-gnome-09684df2852c17738de682502d1bed2f9895c790.tar.zst freebsd-ports-gnome-09684df2852c17738de682502d1bed2f9895c790.zip |
Mark as BROKEN with latest GHC while waiting for upstream-fix.
Diffstat (limited to 'devel/hs-buddha')
-rw-r--r-- | devel/hs-buddha/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/hs-buddha/Makefile b/devel/hs-buddha/Makefile index 2b8a183fc236..be8fc5c1cc6f 100644 --- a/devel/hs-buddha/Makefile +++ b/devel/hs-buddha/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= haskell@FreeBSD.org COMMENT= A declarative debugger for Haskell 98 +BROKEN= Does not build with recent GHC + BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc |