diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index c3154cb1990f..24d3e03b6719 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -52,6 +52,11 @@ PORTDOCS= * CONFIGURE_ARGS+= --disable-stack-for-recursion .endif +# libedit +.if ${PORT_OPTIONS:MLIBEDIT} +CFLAGS+= -I /usr/include/edit +.endif + # Optional knobs that accept positive integer parameters (see pcrebuild(3)): # Allow the use of very large patterns (> 64K) with the 8- and 16-bit