summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2015-05-16 20:37:47 +0000
committerJohan van Selst <johans@FreeBSD.org>2015-05-16 20:37:47 +0000
commitb08f958e307a58bd5e455ef4064575f85649b6a6 (patch)
tree1b2c807a56714ac5d623207e422e4f03b2e614e7
parentRemove plist forgotten in previous commit (diff)
- Re-enable ocaml-react
- Bump PORTREVISION
-rw-r--r--devel/ocaml-lwt/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/ocaml-lwt/Makefile b/devel/ocaml-lwt/Makefile
index 2f53a95f5c34..aa2b0167c904 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