Opened 15 years ago
Last modified 15 years ago
#20497 closed defect
caml-sexplib missing dependency on caml-type-conv — at Initial Version
Reported by: | anil@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | erickt | |
Port: | caml-sexplib |
Description
Build fails with caml-type-conv (needed for camlp4 extension)
Index: Portfile =================================================================== --- Portfile (revision 54638) +++ Portfile (working copy) @@ -18,7 +18,7 @@
livecheck.check regex livecheck.regex "sexplib-(.*?).tar.gz"
-depends_lib port:ocaml port:caml-findlib +depends_lib port:ocaml port:caml-findlib port:caml-type-conv
use_configure no
Note: See
TracTickets for help on using
tickets.