diff options
author | Johan van Selst <johans@FreeBSD.org> | 2015-05-16 20:48:37 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2015-05-16 20:48:37 +0000 |
commit | 2ab309fe62f458efd190ec803b4b2b7f4af68737 (patch) | |
tree | 1ba5f7d5c7e8c393d3a81b316215bdbf5326cf81 | |
parent | - Re-enable ocaml-react (diff) |
- Enable syntax extension;
contrary to what the documentation claims, it is no longer enabled by default
- Bump PORTREVISION
-rw-r--r-- | devel/ocaml-lwt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ocaml-lwt/Makefile b/devel/ocaml-lwt/Makefile index aa2b0167c904..d3791315ef39 100644 --- a/devel/ocaml-lwt/Makefile +++ b/devel/ocaml-lwt/Makefile @@ -3,7 +3,7 @@ PORTNAME= lwt PORTVERSION= 2.4.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= ocaml- @@ -32,6 +32,7 @@ USE_OCAML_LDCONFIG= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --destdir "${STAGEDIR}" \ --prefix "${PREFIX}" \ + --enable-camlp4 \ --enable-ssl \ --enable-react \ --disable-libev \ |