aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-01 07:03:15 +0800
committerbapt <bapt@FreeBSD.org>2014-07-01 07:03:15 +0800
commit34584aa5c623f7030871eda2104185f136d0a33c (patch)
tree0de18116649074144a0e7706a59b9b8aa3238f99 /devel
parent6f3acabf7607300a0f3cd85ff801d682af86a6e6 (diff)
downloadfreebsd-ports-gnome-34584aa5c623f7030871eda2104185f136d0a33c.tar.gz
freebsd-ports-gnome-34584aa5c623f7030871eda2104185f136d0a33c.tar.zst
freebsd-ports-gnome-34584aa5c623f7030871eda2104185f136d0a33c.zip
Fix build with readline from ports
Diffstat (limited to 'devel')
-rw-r--r--devel/pcre/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 696ca8018696..089decd5c821 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -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 \