svn commit: r392540 - head/devel/pcre

Baptiste Daroussin bapt at FreeBSD.org
Sun Jul 19 22:17:31 UTC 2015


Author: bapt
Date: Sun Jul 19 22:17:30 2015
New Revision: 392540
URL: https://svnweb.freebsd.org/changeset/ports/392540

Log:
  Convert to USES=libedit

Modified:
  head/devel/pcre/Makefile

Modified: head/devel/pcre/Makefile
==============================================================================
--- head/devel/pcre/Makefile	Sun Jul 19 22:08:15 2015	(r392539)
+++ head/devel/pcre/Makefile	Sun Jul 19 22:17:30 2015	(r392540)
@@ -29,6 +29,7 @@ OPTIONS_DEFAULT=	STACK_RECURSION
 STACK_RECURSION_DESC=	Use the stack for recursion during matching
 
 LIBEDIT_CONFIGURE_ENABLE=	pcretest-libedit
+LIBEDIT_USES=			libedit
 
 READLINE_USES=			readline
 READLINE_CONFIGURE_ENABLE=	pcretest-libreadline
@@ -51,11 +52,6 @@ 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


More information about the svn-ports-head mailing list