aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-04-11 22:53:13 +0800
committervs <vs@FreeBSD.org>2005-04-11 22:53:13 +0800
commit0d9792f3812b0af2e3e875eb3991606a83651567 (patch)
tree0577d7275bcdf7c871369b7632ac2900d001bb26 /devel
parentde48c565972f6a93eaac4242deb6c46f35caaf29 (diff)
downloadfreebsd-ports-gnome-0d9792f3812b0af2e3e875eb3991606a83651567.tar.gz
freebsd-ports-gnome-0d9792f3812b0af2e3e875eb3991606a83651567.tar.zst
freebsd-ports-gnome-0d9792f3812b0af2e3e875eb3991606a83651567.zip
Fix dependency. The port remains BROKEN though cause it falls over some
recent changes in GHC I have yet to resolve. Prodded by: krisbot
Diffstat (limited to 'devel')
-rw-r--r--devel/hs-tclhaskell-ghc/Makefile4
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