diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-12 11:42:41 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-12 11:42:41 +0000 |
commit | 36cc6cfcaafa97667a719190a6246942b3c93dbe (patch) | |
tree | 2173a4b1f333af3d94c1592911df9c3eec7cb97c /devel | |
parent | - Fix packing list. (diff) |
Fix dependency. The port remains BROKEN though as it still hasn't been
updated to work with the latest GHC.
Notes
Notes:
svn path=/head/; revision=133141
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-c2hs/Makefile | 4 |
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 |