diff options
author | obraun <obraun@FreeBSD.org> | 2004-03-25 16:29:28 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-03-25 16:29:28 +0800 |
commit | 38e449dd0bd30f33494f37013a802cb9cc230a2f (patch) | |
tree | 84e529b7513ece7a8a6005be42e71d7cc2cb6b4c | |
parent | da2b07f94687c42a46ad82795b9badc2ed15aa88 (diff) | |
download | freebsd-ports-graphics-38e449dd0bd30f33494f37013a802cb9cc230a2f.tar.gz freebsd-ports-graphics-38e449dd0bd30f33494f37013a802cb9cc230a2f.tar.zst freebsd-ports-graphics-38e449dd0bd30f33494f37013a802cb9cc230a2f.zip |
ghc-6.2.1 is now in the tree
-rw-r--r-- | devel/hs-c2hs/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-tclhaskell-ghc/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk+hs/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile index 7716bfd6c41..e95ec2d2c95 100644 --- a/devel/hs-c2hs/Makefile +++ b/devel/hs-c2hs/Makefile @@ -23,7 +23,7 @@ GHC= ghc-5.04.3 GHCDEP= ghc5 GHCMAJOR= 5 .else -GHC= ghc-6.2 +GHC= ghc-6.2.1 GHCDEP= ghc GHCMAJOR= 6 .endif diff --git a/devel/hs-tclhaskell-ghc/Makefile b/devel/hs-tclhaskell-ghc/Makefile index 08221693780..2eb73d6b2e9 100644 --- a/devel/hs-tclhaskell-ghc/Makefile +++ b/devel/hs-tclhaskell-ghc/Makefile @@ -19,7 +19,7 @@ COMMENT= Tcl/Tk binding for Haskell GHC= ghc-5.04.3 GHCDEP= ghc5 .else -GHC= ghc-6.2 +GHC= ghc-6.2.1 GHCDEP= ghc .endif PKGNAMESUFFIX= -${GHCDEP} diff --git a/x11-toolkits/hs-gtk+hs/Makefile b/x11-toolkits/hs-gtk+hs/Makefile index 4339942bad5..23629f24a8e 100644 --- a/x11-toolkits/hs-gtk+hs/Makefile +++ b/x11-toolkits/hs-gtk+hs/Makefile @@ -27,7 +27,7 @@ GHC= ghc-5.04.3 GHCDEP= ghc5 GHCMAJOR= 5 .else -GHC= ghc-6.2 +GHC= ghc-6.2.1 GHCDEP= ghc GHCMAJOR= 6 EXTRA_PATCHES= ${PATCHDIR}/extra-ghc6-patch-gdk-GdkGC.chs |