[55051] trunk/dports/devel/caml-sexplib/Portfile

snc at macports.org snc at macports.org
Thu Aug 6 04:47:55 PDT 2009


Revision: 55051
          http://trac.macports.org/changeset/55051
Author:   snc at macports.org
Date:     2009-08-06 04:47:52 -0700 (Thu, 06 Aug 2009)
Log Message:
-----------
add missing dependency, ticket #20497

Modified Paths:
--------------
    trunk/dports/devel/caml-sexplib/Portfile

Modified: trunk/dports/devel/caml-sexplib/Portfile
===================================================================
--- trunk/dports/devel/caml-sexplib/Portfile	2009-08-06 11:16:49 UTC (rev 55050)
+++ trunk/dports/devel/caml-sexplib/Portfile	2009-08-06 11:47:52 UTC (rev 55051)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem          1.0
+
 name                caml-sexplib
 version             4.2.11
 distfiles           sexplib310-${version}.tar.gz
@@ -8,6 +9,7 @@
 categories          devel ml
 maintainers         erickt openmaintainer
 description         Automated code generation for converting OCaml-values to S-expressions
+long_description	${description}
 homepage            http://www.ocaml.info/home/ocaml_sources.html
 platforms           darwin
 master_sites        http://www.ocaml.info/ocaml_sources
@@ -18,7 +20,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
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090806/4477631a/attachment.html>


More information about the macports-changes mailing list