diff options
author | thierry <thierry@FreeBSD.org> | 2006-07-27 21:12:18 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-07-27 21:12:18 +0800 |
commit | 4487cf266ae5381023108444f99c7fc809803ea5 (patch) | |
tree | a6a154375a48af0cfc8133207b2b919cd3c6e8f9 | |
parent | bcdea711c723660ede6bb1b572e1880288b3c18e (diff) | |
download | freebsd-ports-gnome-4487cf266ae5381023108444f99c7fc809803ea5.tar.gz freebsd-ports-gnome-4487cf266ae5381023108444f99c7fc809803ea5.tar.zst freebsd-ports-gnome-4487cf266ae5381023108444f99c7fc809803ea5.zip |
Add a missing run dependence on ocamlfind.
-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) |