diff options
-rw-r--r-- | lang/ocamlduce/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ocamlduce/Makefile b/lang/ocamlduce/Makefile index b69e3452ddc..85b0d8ce048 100644 --- a/lang/ocamlduce/Makefile +++ b/lang/ocamlduce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/10/08 15:18:22 jaapb Exp $ +# $NetBSD: Makefile,v 1.13 2012/10/11 18:23:12 dholland Exp $ # DISTNAME= ocamlduce-3.12.1.0 @@ -16,6 +16,8 @@ MAINTAINER= jaapb@kerguelen.org HOMEPAGE= http://ocamlduce.forge.ocamlcore.org/ COMMENT= Library to integrate XML features into OCaml +BROKEN= Hangs the bulk build; needs update for ocaml 4. + DEPENDS+= ocaml-findlib-[0-9]*:../../devel/ocaml-findlib USE_TOOLS+= gmake patch |