diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-c2hs/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-tclhaskell-ghc/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile index 7f9abbaa2801..4dbb920a82a5 100644 --- a/devel/hs-c2hs/Makefile +++ b/devel/hs-c2hs/Makefile @@ -16,6 +16,8 @@ COMMENT= C->Haskell, an Interface Generator for Haskell OPTIONS= GHC5 "Build for ghc5" off +BROKEN= Broken dependency + .include <bsd.port.pre.mk> .if defined(WITH_GHC5) 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 |