diff options
-rw-r--r-- | devel/hs-tclhaskell-ghc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-tclhaskell-ghc/Makefile b/devel/hs-tclhaskell-ghc/Makefile index 70deacaf6b76..7f572902218a 100644 --- a/devel/hs-tclhaskell-ghc/Makefile +++ b/devel/hs-tclhaskell-ghc/Makefile @@ -20,13 +20,13 @@ LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 BUILD_DEPENDS= ${GHC}:${PORTSDIR}/lang/${GHCDEP} RUN_DEPENDS= ${GHC}:${PORTSDIR}/lang/${GHCDEP} -BROKEN= Broken dependency +BROKEN= Does not build .if defined(WITH_GHC5) GHC= ghc-5.04.3 GHCDEP= ghc5 .else -GHC= ghc-6.2.2 +GHC= ghc-6.4 GHCDEP= ghc .endif |