Revision: 94902 https://trac.macports.org/changeset/94902 Author: mww@macports.org Date: 2012-07-02 00:11:37 -0700 (Mon, 02 Jul 2012) Log Message: ----------- ocaml-pgocaml: add missing dependency; inc revision Modified Paths: -------------- trunk/dports/devel/ocaml-pgocaml/Portfile Modified: trunk/dports/devel/ocaml-pgocaml/Portfile =================================================================== --- trunk/dports/devel/ocaml-pgocaml/Portfile 2012-07-02 07:05:28 UTC (rev 94901) +++ trunk/dports/devel/ocaml-pgocaml/Portfile 2012-07-02 07:11:37 UTC (rev 94902) @@ -5,6 +5,7 @@ name ocaml-pgocaml version 1.4 +revision 1 categories devel ocaml license LGPL-2 maintainers landonf openmaintainer @@ -27,7 +28,8 @@ port:ocaml-findlib \ port:ocaml-calendar \ port:ocaml-csv \ - port:ocaml-pcre + port:ocaml-pcre \ + port:ocaml-extlib post-patch { reinplace "s|ocamlfind|${ocamlfind_wrapper}|g" ${worksrcpath}/Makefile
participants (1)
-
mww@macports.org