From f47eef5564540fc8e79422e6a84d57d08d0e88c8 Mon Sep 17 00:00:00 2001 From: johans Date: Sat, 16 May 2015 20:37:47 +0000 Subject: - Re-enable ocaml-react - Bump PORTREVISION --- devel/ocaml-lwt/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/devel/ocaml-lwt/Makefile b/devel/ocaml-lwt/Makefile index 2f53a95f5c3..aa2b0167c90 100644 --- a/devel/ocaml-lwt/Makefile +++ b/devel/ocaml-lwt/Makefile @@ -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 -- cgit