aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-c2hs
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-c2hs')
-rw-r--r--devel/hs-c2hs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile
index 4dbb920a82a5..6feac650d4d1 100644
--- a/devel/hs-c2hs/Makefile
+++ b/devel/hs-c2hs/Makefile
@@ -16,7 +16,7 @@ COMMENT= C->Haskell, an Interface Generator for Haskell
OPTIONS= GHC5 "Build for ghc5" off
-BROKEN= Broken dependency
+BROKEN= Does not compile with latest ghc 6.4
.include <bsd.port.pre.mk>
@@ -25,7 +25,7 @@ GHC= ghc-5.04.3
GHCDEP= ghc5
GHCMAJOR= 5
.else
-GHC= ghc-6.2.2
+GHC= ghc-6.4
GHCDEP= ghc
GHCMAJOR= 6
.endif