aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2022-05-02 18:39:14 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2022-05-02 18:41:57 +0000
commit5c672b711df26892cbd90344e6aedacb6b4d7533 (patch)
tree85c682bd4bb429d263adef4eea273f1b878c8972 /deskutils
parent4e2761bac85601c0eb8f45626b6b235e46e51658 (diff)
downloadports-5c672b711df26892cbd90344e6aedacb6b4d7533.tar.gz
ports-5c672b711df26892cbd90344e6aedacb6b4d7533.zip
deskutils/calibre: Add missing dependency
PR: 263714 MFH: 2022Q2 (cherry picked from commit 295ad7548e93050b0bd99a669d96bfce58f4eef0)
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/calibre/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile
index b1f74da7252e..d5004441d2f0 100644
--- a/deskutils/calibre/Makefile
+++ b/deskutils/calibre/Makefile
@@ -2,7 +2,7 @@
PORTNAME= calibre
PORTVERSION= 5.40.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils python
MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/
@@ -51,6 +51,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \
${PYTHON_PKGNAMEPREFIX}cchardet>=0:textproc/py-cchardet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}html5-parser>=0.4.3:www/py-html5-parser@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.8:textproc/py-feedparser@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}jeepney>=0.6:devel/py-jeepney@${PY_FLAVOR} \
${PY_PILLOW} \
pdftohtml:graphics/poppler-utils \
${PYTHON_PKGNAMEPREFIX}zeroconf>0:net/py-zeroconf