summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flo@geekplace.eu>2015-10-23 12:11:56 +0200
committerFlorian Schmaus <flo@geekplace.eu>2015-10-23 12:19:00 +0200
commit52de333af5b0a6b93620bd6aa6de2152d7865ba8 (patch)
tree33485aa219a81817f05c0bb9b7db055f81a47cac /app-text/pdfgrep
parentapp-text/pdfgrep: Version Bump (diff)
downloadgentoo-52de333af5b0a6b93620bd6aa6de2152d7865ba8.tar.gz
gentoo-52de333af5b0a6b93620bd6aa6de2152d7865ba8.tar.bz2
gentoo-52de333af5b0a6b93620bd6aa6de2152d7865ba8.zip
app-text/pdfgrep: Fix pcre use flag
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-text/pdfgrep')
-rw-r--r--app-text/pdfgrep/pdfgrep-1.4.1-r1.ebuild (renamed from app-text/pdfgrep/pdfgrep-1.4.1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/pdfgrep/pdfgrep-1.4.1.ebuild b/app-text/pdfgrep/pdfgrep-1.4.1-r1.ebuild
index e4221d58fd3d..7ad1d968d737 100644
--- a/app-text/pdfgrep/pdfgrep-1.4.1.ebuild
+++ b/app-text/pdfgrep/pdfgrep-1.4.1-r1.ebuild
@@ -26,6 +26,6 @@ DEPEND="${RDEPEND}
src_configure() {
econf \
- $(use_with pcre) \
+ $(use_with pcre libpcre) \
$(use_with unac)
}