diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-11 14:53:13 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-11 14:53:13 +0000 |
commit | 4554017a6dc2c926de221a3f0d92efa2564abcf3 (patch) | |
tree | 13a3d558d1d1d2bae81ef296f6e3672182eae84f /devel/hs-tclhaskell-ghc | |
parent | e2949efece66345201af1d83b0502b1fd3074439 (diff) | |
download | ports-4554017a6dc2c926de221a3f0d92efa2564abcf3.tar.gz ports-4554017a6dc2c926de221a3f0d92efa2564abcf3.zip |
Notes
Diffstat (limited to 'devel/hs-tclhaskell-ghc')
-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 |