diff options
-rw-r--r-- | devel/ocaml-lwt/Makefile | 2 | ||||
-rw-r--r-- | devel/ocaml-react/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/ocaml-lwt/Makefile b/devel/ocaml-lwt/Makefile index f521cde4f5d1..5deaea376390 100644 --- a/devel/ocaml-lwt/Makefile +++ b/devel/ocaml-lwt/Makefile @@ -3,6 +3,7 @@ PORTNAME= lwt PORTVERSION= 2.4.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://ocsigen.org/download/ PKGNAMEPREFIX= ocaml- @@ -24,6 +25,7 @@ USE_OCAML= yes OCAMLC_DEPEND= ocaml>=3.11:${OCAMLC_PORT} USE_OCAML_FINDLIB= yes USE_OCAMLFIND_PLIST= yes +USE_OCAML_LDCONFIG= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --destdir "${STAGEDIR}" \ --prefix "${PREFIX}" \ diff --git a/devel/ocaml-react/Makefile b/devel/ocaml-react/Makefile index 3c74aaf361f4..d76e40a47a1b 100644 --- a/devel/ocaml-react/Makefile +++ b/devel/ocaml-react/Makefile @@ -3,6 +3,7 @@ PORTNAME= react PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://erratique.ch/software/react/releases/ PKGNAMEPREFIX= ocaml- @@ -21,6 +22,7 @@ OCAMLC_DEPEND= ocaml>=3.11:${OCAMLC_PORT} .endif USE_OCAML_FINDLIB= yes +USE_OCAML_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's,"install" :: findlib_name,"install" :: "-destdir ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib" :: "-ldconf /dev/null" :: findlib_name,' \ |