1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

cmdliner lives in devel/ocaml-cmdliner. Yes, really.

Pointyhat to:	johans
This commit is contained in:
Johan van Selst 2015-05-17 13:15:02 +00:00
parent 0dc7363f5b
commit 04a864736e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386612

View File

@ -11,10 +11,10 @@ COMMENT= OCaml to JavaScript compiler
BUILD_DEPENDS= ocaml-lwt>=2.3.0:${PORTSDIR}/devel/ocaml-lwt \
menhir:${PORTSDIR}/devel/menhir \
${SA_DIR}/deriving-ocsigen/deriving.a:${PORTSDIR}/devel/ocaml-deriving-ocsigen \
${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/cmdliner
${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/ocaml-cmdliner
RUN_DEPENDS= ocaml-lwt>=2.3.0:${PORTSDIR}/devel/ocaml-lwt \
${SA_DIR}/deriving-ocsigen/deriving.a:${PORTSDIR}/devel/ocaml-deriving-ocsigen \
${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/cmdliner
${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/ocaml-cmdliner
SA_DIR= ${PREFIX}/${OCAML_SITELIBDIR}