diff options
Diffstat (limited to 'converters/ocaml-jsonm/Makefile')
-rw-r--r-- | converters/ocaml-jsonm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/ocaml-jsonm/Makefile b/converters/ocaml-jsonm/Makefile index a2e85a0fb5fd..f7d31ef3e659 100644 --- a/converters/ocaml-jsonm/Makefile +++ b/converters/ocaml-jsonm/Makefile @@ -12,8 +12,8 @@ COMMENT= Non-blocking streaming JSON codec for OCaml LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${SA_DIR}/uutf/uutf.a:${PORTSDIR}/devel/ocaml-uutf -RUN_DEPENDS= ${SA_DIR}/uutf/uutf.a:${PORTSDIR}/devel/ocaml-uutf +BUILD_DEPENDS= ${SA_DIR}/uutf/uutf.a:devel/ocaml-uutf +RUN_DEPENDS= ${SA_DIR}/uutf/uutf.a:devel/ocaml-uutf USES= tar:tbz USE_OCAML= yes |