aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-03-19 02:33:59 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-03-19 02:33:59 +0000
commit41857e35a3c2ca2803c3cbb49b8320102a282219 (patch)
tree4d6824a46d321baa19df7c7c46a78c7d481b2814 /textproc
parenta4d2565ccba5efa58ca32d7f2b463f5dc4a044c2 (diff)
downloadports-41857e35a3c2ca2803c3cbb49b8320102a282219.tar.gz
ports-41857e35a3c2ca2803c3cbb49b8320102a282219.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ocaml-yaxi/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/ocaml-yaxi/Makefile b/textproc/ocaml-yaxi/Makefile
index dca029620ab2..d6a3509b295c 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