aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2015-05-17 04:37:47 +0800
committerjohans <johans@FreeBSD.org>2015-05-17 04:37:47 +0800
commitf47eef5564540fc8e79422e6a84d57d08d0e88c8 (patch)
tree1b2c807a56714ac5d623207e422e4f03b2e614e7
parentec3639095bd83ff21722b4407530a8ed821b042f (diff)
downloadfreebsd-ports-graphics-f47eef5564540fc8e79422e6a84d57d08d0e88c8.tar.gz
freebsd-ports-graphics-f47eef5564540fc8e79422e6a84d57d08d0e88c8.tar.zst
freebsd-ports-graphics-f47eef5564540fc8e79422e6a84d57d08d0e88c8.zip
- 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 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