aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2004-01-16 06:56:11 +0800
committerobraun <obraun@FreeBSD.org>2004-01-16 06:56:11 +0800
commit1ebb6acb0de0e178826427fa9d852e384b189fc5 (patch)
tree507efe16efa7a152eefde5c87da19a0b43f67719 /devel
parent4435fd6891bdd02ee2d2c1f5c0e691f8fb15737d (diff)
downloadfreebsd-ports-gnome-1ebb6acb0de0e178826427fa9d852e384b189fc5.tar.gz
freebsd-ports-gnome-1ebb6acb0de0e178826427fa9d852e384b189fc5.tar.zst
freebsd-ports-gnome-1ebb6acb0de0e178826427fa9d852e384b189fc5.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
Diffstat (limited to 'devel')
-rw-r--r--devel/hs-tclhaskell-ghc/Makefile6
-rw-r--r--devel/hs-uni/Makefile4
2 files changed, 5 insertions, 5 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}
diff --git a/devel/hs-uni/Makefile b/devel/hs-uni/Makefile
index 28c0742d79fc..b9b397d3454c 100644
--- a/devel/hs-uni/Makefile
+++ b/devel/hs-uni/Makefile
@@ -16,8 +16,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= gtchask@mm.st
COMMENT= A tool integration framework for Haskell, including Htk
-BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc6
-RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc6
+BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
+RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc
.include <bsd.port.pre.mk>