diff options
author | clement <clement@FreeBSD.org> | 2004-01-23 10:07:43 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-23 10:07:43 +0800 |
commit | c8bc3bc93136420e0fb120f898a6232dd8c32507 (patch) | |
tree | e74e57564d4c4d32ddabecb4ab9da8fd4c90c9f8 /textproc/ocaml-pxp | |
parent | e013112545ac74260c06472a9b760f464eb56e06 (diff) | |
download | freebsd-ports-gnome-c8bc3bc93136420e0fb120f898a6232dd8c32507.tar.gz freebsd-ports-gnome-c8bc3bc93136420e0fb120f898a6232dd8c32507.tar.zst freebsd-ports-gnome-c8bc3bc93136420e0fb120f898a6232dd8c32507.zip |
- 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 |