diff options
Diffstat (limited to 'lang/js_of_ocaml/Makefile')
-rw-r--r-- | lang/js_of_ocaml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/js_of_ocaml/Makefile b/lang/js_of_ocaml/Makefile index f350e61a2632..3f72a4455d52 100644 --- a/lang/js_of_ocaml/Makefile +++ b/lang/js_of_ocaml/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ocaml-lwt>=2.3.0:devel/ocaml-lwt \ ${SA_DIR}/deriving-ocsigen/deriving.a:devel/ocaml-deriving-ocsigen \ ${SA_DIR}/cmdliner/cmdliner.a:devel/ocaml-cmdliner -SA_DIR= ${PREFIX}/${OCAML_SITELIBDIR} +SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR} USES= gmake USE_OCAML= yes |