aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ocaml-pxp
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-01-23 10:07:43 +0800
committerclement <clement@FreeBSD.org>2004-01-23 10:07:43 +0800
commitc8bc3bc93136420e0fb120f898a6232dd8c32507 (patch)
treee74e57564d4c4d32ddabecb4ab9da8fd4c90c9f8 /textproc/ocaml-pxp
parente013112545ac74260c06472a9b760f464eb56e06 (diff)
downloadfreebsd-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/Makefile2
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