aboutsummaryrefslogtreecommitdiff
path: root/lang/cduce
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-07-27 13:12:18 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-07-27 13:12:18 +0000
commit31ebb4ed643a827caea54bc9ba4e5a841d797cbd (patch)
tree1eb42fb86bfa1dea0ee4890b620bf3aeb0211333 /lang/cduce
parenta8719ebcc4c5d026bdcdbcee28e9b33439f0b0bf (diff)
downloadports-31ebb4ed643a827caea54bc9ba4e5a841d797cbd.tar.gz
ports-31ebb4ed643a827caea54bc9ba4e5a841d797cbd.zip
Add a missing run dependence on ocamlfind.
Notes
Notes: svn path=/head/; revision=168878
Diffstat (limited to 'lang/cduce')
-rw-r--r--lang/cduce/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cduce/Makefile b/lang/cduce/Makefile
index 0a88c2da5e69..699d08e8654d 100644
--- a/lang/cduce/Makefile
+++ b/lang/cduce/Makefile
@@ -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)