diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-05-05 08:18:54 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-05-05 08:18:54 +0000 |
commit | 2bef23fb9e22f6d7915658af8fd3b861c3bff790 (patch) | |
tree | 148cc4a6ba4656b02e374505a86a0e0e8222dce3 /textproc/ocaml-pxp | |
parent | a0b0257cbb698cfce894a89d8af030d609a49842 (diff) | |
download | ports-2bef23fb9e22f6d7915658af8fd3b861c3bff790.tar.gz ports-2bef23fb9e22f6d7915658af8fd3b861c3bff790.zip |
Notes
Diffstat (limited to 'textproc/ocaml-pxp')
-rw-r--r-- | textproc/ocaml-pxp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ocaml-pxp/Makefile b/textproc/ocaml-pxp/Makefile index 0ecf7b9b8309..bead0141b941 100644 --- a/textproc/ocaml-pxp/Makefile +++ b/textproc/ocaml-pxp/Makefile @@ -17,13 +17,14 @@ 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 USE_GMAKE= yes HAS_CONFIGURE= yes -USE_REINPLACE= yes +USE_REINPLACE= yes ALL_TARGET= all opt |