diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-01-15 22:56:11 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-01-15 22:56:11 +0000 |
commit | ceb5689bb9fa3d0962aea642810b8dc4fc5c736a (patch) | |
tree | f4e2f4e331b15688cebce04890901a4fed519cda /devel/hs-tclhaskell-ghc/Makefile | |
parent | 6b37ad9efb50c4da2aeee06ff3825fc5e2076ad6 (diff) | |
download | ports-ceb5689bb9fa3d0962aea642810b8dc4fc5c736a.tar.gz ports-ceb5689bb9fa3d0962aea642810b8dc4fc5c736a.zip |
* Upgrade lang/ghc to 6.2.
* Welcome lang/ghc5 after repocopy from lang/ghc.
* Say goodbye to lang/ghc6.
* Fix dependency of devel/hs-tclhaskell-ghc and devel/hs-uni.
Approved by: portmgr (marcus), maintainer
Repocopy by: joe
Notes
Notes:
svn path=/head/; revision=98232
Diffstat (limited to 'devel/hs-tclhaskell-ghc/Makefile')
-rw-r--r-- | devel/hs-tclhaskell-ghc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/hs-tclhaskell-ghc/Makefile b/devel/hs-tclhaskell-ghc/Makefile index c25928ced294..69add8132ed9 100644 --- a/devel/hs-tclhaskell-ghc/Makefile +++ b/devel/hs-tclhaskell-ghc/Makefile @@ -17,10 +17,10 @@ COMMENT= Tcl/Tk binding for Haskell .if defined(WITH_GHC5) GHC= ghc-5.04.3 -GHCDEP= ghc +GHCDEP= ghc5 .else -GHC= ghc-6.0.1 -GHCDEP= ghc6 +GHC= ghc-6.2 +GHCDEP= ghc .endif PKGNAMESUFFIX= -${GHCDEP} |