svn commit: r359940 - head/devel/pcre

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 30 23:03:16 UTC 2014


Author: bapt
Date: Mon Jun 30 23:03:15 2014
New Revision: 359940
URL: http://svnweb.freebsd.org/changeset/ports/359940
QAT: https://qat.redports.org/buildarchive/r359940/

Log:
  Fix build with readline from ports

Modified:
  head/devel/pcre/Makefile

Modified: head/devel/pcre/Makefile
==============================================================================
--- head/devel/pcre/Makefile	Mon Jun 30 22:49:52 2014	(r359939)
+++ head/devel/pcre/Makefile	Mon Jun 30 23:03:15 2014	(r359940)
@@ -18,7 +18,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
 GNU_CONFIGURE=	yes
-USES=		libtool:oldver pathfix tar:bzip2
+USES=		libtool:oldver pathfix readline tar:bzip2
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--enable-utf --enable-unicode-properties \
 		--enable-pcre8 --enable-pcre16 --enable-pcre32 \


More information about the svn-ports-head mailing list