diff options
Diffstat (limited to 'devel/ocaml-lwt/Makefile')
-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 \ |