diff options
author | pav <pav@FreeBSD.org> | 2004-03-29 21:54:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-29 21:54:55 +0800 |
commit | 3e53bb30d4c57a87d3f13ed914f6b24b05069cf2 (patch) | |
tree | 54b698210f3f6909e623f7b26530a19882d2c0a5 /textproc | |
parent | ecd0c9a8f76226f2978a70f9c5694e3037b07143 (diff) | |
download | freebsd-ports-graphics-3e53bb30d4c57a87d3f13ed914f6b24b05069cf2.tar.gz freebsd-ports-graphics-3e53bb30d4c57a87d3f13ed914f6b24b05069cf2.tar.zst freebsd-ports-graphics-3e53bb30d4c57a87d3f13ed914f6b24b05069cf2.zip |
- Optimize dependencies
PR: ports/64891
Submitted by: stephane (maintainer)
Diffstat (limited to 'textproc')
-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 5649d93c7c1..c6074e03a49 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 |