diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cduce/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/cduce/Makefile b/lang/cduce/Makefile index 72f580e7067b..92ba4291335a 100644 --- a/lang/cduce/Makefile +++ b/lang/cduce/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ${LOCALBASE}/lib/ocaml/site-lib/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \ ${LOCALBASE}/lib/ocaml/site-lib/netstring/netstring.a:${PORTSDIR}/www/ocaml-net +BROKEN= Does not compile + # Support for url via ftp/ocaml-ocurl .if !defined(WITHOUT_OCURL) BUILD_DEPENDS+= ${LOCALBASE}/lib/ocaml/site-lib/curl/curl.cmi:${PORTSDIR}/ftp/ocaml-ocurl |