svn commit: r386578 - head/devel/ocaml-lwt
Johan van Selst
johans at FreeBSD.org
Sat May 16 20:37:48 UTC 2015
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
More information about the svn-ports-all
mailing list