aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2019-12-21 11:34:55 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2019-12-21 11:34:55 +0000
commitaae2f88e8b3b8fe712aaa5b412e5061590f31685 (patch)
tree6f5048abd23f0637c7961e3ab97ce69be54ab569
parentcc2444dc67fd19fdb2717bb577e1ada28b5e7d33 (diff)
downloadports-aae2f88e8b3b8fe712aaa5b412e5061590f31685.tar.gz
ports-aae2f88e8b3b8fe712aaa5b412e5061590f31685.zip
MFH: r520343
Add textproc/py-markdown dependency, required by polish book functionality. PR: 242656 Submitted by: rk@ronald.org Approved by: ports-secteam (joneum)
Notes
Notes: svn path=/branches/2019Q4/; revision=520556
-rw-r--r--deskutils/calibre/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile
index c017fcb6b1bc..68fd0b7ff8b1 100644
--- a/deskutils/calibre/Makefile
+++ b/deskutils/calibre/Makefile
@@ -3,7 +3,7 @@
PORTNAME= calibre
PORTVERSION= 3.48.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils python
MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/
@@ -44,6 +44,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \
${PYTHON_PKGNAMEPREFIX}apsw>=0:databases/py-apsw@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msgpack>=0.3:devel/py-msgpack@${PY_FLAVOR} \
${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}html5-parser>=0.4.3:www/py-html5-parser@${PY_FLAVOR} \
pdftohtml:graphics/poppler-utils