diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2026-07-08 21:57:13 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2026-07-09 00:58:24 +0000 |
| commit | aa43387d0c7264192fc52ee53d57f17deb99b6cc (patch) | |
| tree | 35976a99aaf672e300a84b7abc78f4376cf33887 | |
| parent | 81c24531f503f43eb44eab8cd8c6c9df3bb4ff19 (diff) | |
graphics/py-easyocr: replace opencv devendency with opencv-python-headless
| -rw-r--r-- | graphics/py-easyocr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-easyocr/Makefile b/graphics/py-easyocr/Makefile index 8cc14144da26..260eab19763c 100644 --- a/graphics/py-easyocr/Makefile +++ b/graphics/py-easyocr/Makefile @@ -1,7 +1,7 @@ PORTNAME= easyocr DISTVERSIONPREFIX= v DISTVERSION= 1.7.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics python #MASTER_SITES= PYPI # no tarball PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ USES= python USE_PYTHON= distutils autoplist pytest RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \ - opencv>0:graphics/opencv \ + ${PYTHON_PKGNAMEPREFIX}opencv-python-headless>0:graphics/py-opencv-python-headless@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyclipper>0:math/py-pyclipper@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-bidi>0:textproc/py-python-bidi@${PY_FLAVOR} \ |
