Date: Sat, 16 May 2015 20:37:48 +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: r386578 - head/devel/ocaml-lwt Message-ID: <201505162037.t4GKbmWb086921@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Sat May 16 20:37:47 2015 New Revision: 386578 URL: https://svnweb.freebsd.org/changeset/ports/386578 Log: - Re-enable ocaml-react - Bump PORTREVISION Modified: head/devel/ocaml-lwt/Makefile Modified: head/devel/ocaml-lwt/Makefile ============================================================================== --- head/devel/ocaml-lwt/Makefile Sat May 16 20:36:38 2015 (r386577) +++ head/devel/ocaml-lwt/Makefile Sat May 16 20:37:47 2015 (r386578) @@ -3,6 +3,7 @@ PORTNAME= lwt PORTVERSION= 2.4.8 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= ocaml- @@ -14,8 +15,10 @@ GH_ACCOUNT= ocsigen LICENSE= LGPL21 -BUILD_DEPENDS= ${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl -RUN_DEPENDS= ${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl +BUILD_DEPENDS= ${SA_DIR}/react/react.a:${PORTSDIR}/devel/ocaml-react \ + ${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl +RUN_DEPENDS= ${SA_DIR}/react/react.a:${PORTSDIR}/devel/ocaml-react \ + ${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl MAKE_JOBS_UNSAFE= yes @@ -30,7 +33,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --destdir "${STAGEDIR}" \ --prefix "${PREFIX}" \ --enable-ssl \ - --disable-react \ + --enable-react \ --disable-libev \ --disable-glib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505162037.t4GKbmWb086921>