diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:44:01 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:44:01 +0000 |
commit | 7822883e4f2b20190732f5c7326ed4fa2d0dd4bc (patch) | |
tree | c25cb216c031c726da4f7354f3ac5cf7669c5581 /devel | |
parent | BROKEN: Does not compile (diff) |
BROKEN: Broken dependency
Notes
Notes:
svn path=/head/; revision=132963
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 |