diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2016-01-06 11:36:38 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2016-01-06 11:36:38 +0000 |
commit | 51e10f32efde21c3d2c9acce9bc2f6a34265e204 (patch) | |
tree | 757269732402b4f4a1202fd280281a4361534fa2 /deskutils | |
parent | fae60e127890bece37dd485e3d24d50db364c988 (diff) | |
download | ports-51e10f32efde21c3d2c9acce9bc2f6a34265e204.tar.gz ports-51e10f32efde21c3d2c9acce9bc2f6a34265e204.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/calibre/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index 0e6fe65a00a2..a2b3adf7d2b0 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -3,6 +3,7 @@ PORTNAME= calibre PORTVERSION= 2.46.0 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ @@ -28,7 +29,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=0:${PORTSDIR}/devel/py-sip \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}psutil>=2.0.0:${PORTSDIR}/sysutils/py-psutil \ - ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml + ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.9:${PORTSDIR}/www/py-cssutils \ + ${PYTHON_PKGNAMEPREFIX}apsw>=0:${PORTSDIR}/databases/py-apsw RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ ${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.9:${PORTSDIR}/www/py-cssutils \ ${PYTHON_PKGNAMEPREFIX}dnspython>=0:${PORTSDIR}/dns/py-dnspython \ |