Add a missing run dependence on ocamlfind.

This commit is contained in:
Thierry Thomas 2006-07-27 13:12:18 +00:00
parent a8719ebcc4
commit 31ebb4ed64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168878

View file

@ -18,6 +18,7 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
${LOCALBASE}/lib/ocaml/site-lib/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex \
${LOCALBASE}/lib/ocaml/site-lib/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \
${LOCALBASE}/lib/ocaml/site-lib/netstring/netstring.a:${PORTSDIR}/www/ocaml-net
RUN_DEPENDS= ocamlfind:${PORTSDIR}/devel/ocaml-findlib
# Support for url via ftp/ocaml-ocurl
.if defined(WITH_OCURL)