From 6e6825fbd4e747ef0539f188d90a60032e85f69d Mon Sep 17 00:00:00 2001 From: ijliao Date: Fri, 19 Mar 2004 02:33:59 +0000 Subject: fix dependencies list --- textproc/ocaml-yaxi/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'textproc/ocaml-yaxi') diff --git a/textproc/ocaml-yaxi/Makefile b/textproc/ocaml-yaxi/Makefile index dca0296..d6a3509 100644 --- a/textproc/ocaml-yaxi/Makefile +++ b/textproc/ocaml-yaxi/Makefile @@ -18,13 +18,13 @@ COMMENT= Yet Another X* Implementation for OCaml BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ocamlfind:${PORTSDIR}/devel/ocaml-findlib \ ${OCAML_SITELIBDIR}/netstring/netstring.a:${PORTSDIR}/www/ocaml-net \ - ${OCAML_SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ulex \ - ${OCAML_SITELIBDIR}/camomile/camomile.a:${PORTSDIR}/devel/camomile + ${OCAML_SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex \ + ${OCAML_SITELIBDIR}/camomile/camomile.a:${PORTSDIR}/devel/ocaml-camomile RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ocamlfind:${PORTSDIR}/devel/ocaml-findlib \ ${OCAML_SITELIBDIR}/netstring/netstring.a:${PORTSDIR}/www/ocaml-net \ - ${OCAML_SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ulex \ - ${OCAML_SITELIBDIR}/camomile/camomile.a:${PORTSDIR}/devel/camomile + ${OCAML_SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex \ + ${OCAML_SITELIBDIR}/camomile/camomile.a:${PORTSDIR}/devel/ocaml-camomile OCAML_SITELIBDIR= ${LOCALBASE}/lib/ocaml/site-lib USE_GMAKE= yes -- cgit v1.1