diff options
author | vs <vs@FreeBSD.org> | 2005-04-11 22:53:13 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-11 22:53:13 +0800 |
commit | 0d9792f3812b0af2e3e875eb3991606a83651567 (patch) | |
tree | 0577d7275bcdf7c871369b7632ac2900d001bb26 /devel | |
parent | de48c565972f6a93eaac4242deb6c46f35caaf29 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |