diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-23 02:07:43 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-23 02:07:43 +0000 |
commit | 5089e1769060088323846ba4eed821bc0048a208 (patch) | |
tree | 8b3c2f9d3a405751893e153a933e64f669db2b61 /textproc/ocaml-pxp | |
parent | move xalan-j from java to textproc (diff) |
- Fix build conflict if wlex is installed
Submitted by: Burelle Marwan
PR: 61753
Submitted by: stephane (maintainer)
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 fd5b8aebaeae..ab14216be9fd 100644 --- a/textproc/ocaml-pxp/Makefile +++ b/textproc/ocaml-pxp/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ USE_GMAKE= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS+=-without-wlex-compat +CONFIGURE_ARGS+=-without-wlex-compat -without-wlex USE_REINPLACE= yes |