diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-27 13:12:18 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-27 13:12:18 +0000 |
commit | 31ebb4ed643a827caea54bc9ba4e5a841d797cbd (patch) | |
tree | 1eb42fb86bfa1dea0ee4890b620bf3aeb0211333 /lang/cduce | |
parent | a8719ebcc4c5d026bdcdbcee28e9b33439f0b0bf (diff) |
Notes
Diffstat (limited to 'lang/cduce')
-rw-r--r-- | lang/cduce/Makefile | 1 |
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) |