diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-01 07:03:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-01 07:03:15 +0800 |
commit | 34584aa5c623f7030871eda2104185f136d0a33c (patch) | |
tree | 0de18116649074144a0e7706a59b9b8aa3238f99 /devel | |
parent | 6f3acabf7607300a0f3cd85ff801d682af86a6e6 (diff) | |
download | freebsd-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/Makefile | 2 |
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 \ |