aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2004-01-15 22:56:11 +0000
committerOliver Braun <obraun@FreeBSD.org>2004-01-15 22:56:11 +0000
commitceb5689bb9fa3d0962aea642810b8dc4fc5c736a (patch)
treef4e2f4e331b15688cebce04890901a4fed519cda /devel
parent6b37ad9efb50c4da2aeee06ff3825fc5e2076ad6 (diff)
Notes
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>