diff options
author | Volker Stolz <vs@FreeBSD.org> | 2007-02-13 05:03:04 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2007-02-13 05:03:04 +0000 |
commit | b0e08aa8444e78f089e23eaf5308d70aff980d95 (patch) | |
tree | 54b0f4b8236507108b87b5afce15faa7e4051805 /devel/hs-tclhaskell-ghc | |
parent | Mark as BROKEN and DEPRECATED with 6 months grace: (diff) |
Mark as BROKEN with latest GHC: needs updating
I'll see to getting it updated, but patches are welcome.
Notes
Notes:
svn path=/head/; revision=185071
Diffstat (limited to 'devel/hs-tclhaskell-ghc')
-rw-r--r-- | devel/hs-tclhaskell-ghc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/hs-tclhaskell-ghc/Makefile b/devel/hs-tclhaskell-ghc/Makefile index 76e0ef3ab1a2..1c90faf91d84 100644 --- a/devel/hs-tclhaskell-ghc/Makefile +++ b/devel/hs-tclhaskell-ghc/Makefile @@ -16,6 +16,8 @@ DISTNAME= TclHaskell1_2 MAINTAINER= haskell@FreeBSD.org COMMENT= Tcl/Tk binding for Haskell +BROKEN= Needs updating to build with latest GHC + LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 BUILD_DEPENDS= ${GHC}:${PORTSDIR}/lang/${GHCDEP} RUN_DEPENDS= ${GHC}:${PORTSDIR}/lang/${GHCDEP} @@ -24,7 +26,7 @@ RUN_DEPENDS= ${GHC}:${PORTSDIR}/lang/${GHCDEP} GHC= ghc-5.04.3 GHCDEP= ghc5 .else -GHC= ghc-6.4.2 +GHC= ghc-6.6 GHCDEP= ghc .endif |