aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-pytesseract
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2021-06-04 21:49:49 +0000
committerMatthias Andree <mandree@FreeBSD.org>2021-06-04 21:50:58 +0000
commit2b87ac22b9c9400755350a9f05f34a380d73db9d (patch)
tree91be55221862572a5fc01786a2a3e6a4ee23d0d3 /graphics/py-pytesseract
parentd15f0e60444d2e0f5eb527e9a5965b977f0c38d1 (diff)
downloadports-2b87ac22b9c9400755350a9f05f34a380d73db9d.tar.gz
ports-2b87ac22b9c9400755350a9f05f34a380d73db9d.zip
Diffstat (limited to 'graphics/py-pytesseract')
-rw-r--r--graphics/py-pytesseract/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/py-pytesseract/Makefile b/graphics/py-pytesseract/Makefile
index ade2595f0a60..df1dc4445bd9 100644
--- a/graphics/py-pytesseract/Makefile
+++ b/graphics/py-pytesseract/Makefile
@@ -11,10 +11,11 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= tesseract:graphics/tesseract
+RUN_DEPENDS= tesseract:graphics/tesseract \
+ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
USES= localbase python:3.4+
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes