diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-01 07:03:15 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-01 07:03:15 +0800 |
commit | 8f9204e1f4ce60b6bf361cdf34e76729c982251f (patch) | |
tree | 0de18116649074144a0e7706a59b9b8aa3238f99 /devel | |
parent | b36d8ba919b1d63fbddc24ec5f9143a06692f8a4 (diff) | |
download | freebsd-ports-gnome-8f9204e1f4ce60b6bf361cdf34e76729c982251f.tar.gz freebsd-ports-gnome-8f9204e1f4ce60b6bf361cdf34e76729c982251f.tar.zst freebsd-ports-gnome-8f9204e1f4ce60b6bf361cdf34e76729c982251f.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 \ |