deskutils/calibre: Add missing dependency

Add a dependency dynamically used to open markdown files.

PR:		255620
(cherry picked from commit 99620e8229)
This commit is contained in:
Guido Falsi 2021-05-06 22:17:08 +02:00
parent afa1357f1c
commit 9bb7cf5c6f

View File

@ -2,6 +2,7 @@
PORTNAME= calibre
PORTVERSION= 5.14.0
PORTREVISION= 1
CATEGORIES= deskutils python
MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/
@ -49,6 +50,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \
${PYTHON_PKGNAMEPREFIX}regex>=0:textproc/py-regex@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}markdown>=0:textproc/py-markdown@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cchardet>=0:textproc/py-cchardet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}html5-parser>=0.4.3:www/py-html5-parser@${PY_FLAVOR} \
${PY_PILLOW} \
pdftohtml:graphics/poppler-utils \