Date: Sun, 17 May 2015 13:15:03 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386612 - head/lang/js_of_ocaml Message-ID: <201505171315.t4HDF3Oj078660@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505171315.t4HDF3Oj078660>