aboutsummaryrefslogtreecommitdiff
path: root/lang/js_of_ocaml
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2015-05-17 13:09:50 +0000
committerJohan van Selst <johans@FreeBSD.org>2015-05-17 13:09:50 +0000
commit0ec8b32a5598d11ab4504398c03fb25e1a7b353c (patch)
treed9b0878929a571cfbcb551c8c597f0bab761f487 /lang/js_of_ocaml
parent90bd07c953aeceb1865b6302d384e7399ac672dc (diff)
downloadports-0ec8b32a5598d11ab4504398c03fb25e1a7b353c.tar.gz
ports-0ec8b32a5598d11ab4504398c03fb25e1a7b353c.zip
Notes
Diffstat (limited to 'lang/js_of_ocaml')
-rw-r--r--lang/js_of_ocaml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/js_of_ocaml/Makefile b/lang/js_of_ocaml/Makefile
index 44eab7a4269c..1a3c64fd4499 100644
--- a/lang/js_of_ocaml/Makefile
+++ b/lang/js_of_ocaml/Makefile
@@ -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/cmdliner
+ ${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/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/cmdliner
+ ${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/cmdliner
SA_DIR= ${PREFIX}/${OCAML_SITELIBDIR}