diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-29 13:54:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-29 13:54:55 +0000 |
commit | 20227fb82e863b3e2b3c4efc19b85d10a26a22b7 (patch) | |
tree | e63f612e7f9310b727c84b07b0e21ada2a7483cb /textproc/ocaml-pxp | |
parent | 4e8f1098bb141f05ad36cd50dfdad850725a93e1 (diff) | |
download | ports-20227fb82e863b3e2b3c4efc19b85d10a26a22b7.tar.gz ports-20227fb82e863b3e2b3c4efc19b85d10a26a22b7.zip |
Notes
Diffstat (limited to 'textproc/ocaml-pxp')
-rw-r--r-- | textproc/ocaml-pxp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ocaml-pxp/Makefile b/textproc/ocaml-pxp/Makefile index 5649d93c7c1a..c6074e03a497 100644 --- a/textproc/ocaml-pxp/Makefile +++ b/textproc/ocaml-pxp/Makefile @@ -18,8 +18,8 @@ COMMENT= Validating XML parser for OCaml BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ocamlfind:${PORTSDIR}/devel/ocaml-findlib \ - ${LOCALBASE}/lib/ocaml/site-lib/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \ ${LOCALBASE}/lib/ocaml/site-lib/netstring/netstring.a:${PORTSDIR}/www/ocaml-net +RUN_DEPENDS= ${LOCALBASE}/lib/ocaml/site-lib/netstring/netstring.a:${PORTSDIR}/www/ocaml-net USE_GMAKE= yes |