diff options
Diffstat (limited to 'devel/hs-tclhaskell-ghc/Makefile')
-rw-r--r-- | devel/hs-tclhaskell-ghc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/hs-tclhaskell-ghc/Makefile b/devel/hs-tclhaskell-ghc/Makefile index 99a7a7cedeaa..70deacaf6b76 100644 --- a/devel/hs-tclhaskell-ghc/Makefile +++ b/devel/hs-tclhaskell-ghc/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 BUILD_DEPENDS= ${GHC}:${PORTSDIR}/lang/${GHCDEP} RUN_DEPENDS= ${GHC}:${PORTSDIR}/lang/${GHCDEP} +BROKEN= Broken dependency + .if defined(WITH_GHC5) GHC= ghc-5.04.3 GHCDEP= ghc5 |