svn commit: r386612 - head/lang/js_of_ocaml

Johan van Selst johans at FreeBSD.org
Sun May 17 13:15:03 UTC 2015


Author: johans
Date: Sun May 17 13:15:02 2015
New Revision: 386612
URL: https://svnweb.freebsd.org/changeset/ports/386612

Log:
  cmdliner lives in devel/ocaml-cmdliner. Yes, really.
  
  Pointyhat to:	johans

Modified:
  head/lang/js_of_ocaml/Makefile

Modified: head/lang/js_of_ocaml/Makefile
==============================================================================
--- head/lang/js_of_ocaml/Makefile	Sun May 17 13:14:45 2015	(r386611)
+++ head/lang/js_of_ocaml/Makefile	Sun May 17 13:15:02 2015	(r386612)
@@ -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}
 


More information about the svn-ports-all mailing list