diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-03-19 02:33:59 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-03-19 02:33:59 +0000 |
commit | 6e6825fbd4e747ef0539f188d90a60032e85f69d (patch) | |
tree | cc06bb0ffbe28eb359d90ef15f8ab82cd2719b3d /textproc/ocaml-yaxi | |
parent | 24bd55c058e72583341b19e532c7ce578df0a40e (diff) | |
download | FreeBSD-ports-6e6825fbd4e747ef0539f188d90a60032e85f69d.zip FreeBSD-ports-6e6825fbd4e747ef0539f188d90a60032e85f69d.tar.gz |
fix dependencies list
Diffstat (limited to 'textproc/ocaml-yaxi')
-rw-r--r-- | textproc/ocaml-yaxi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 |