aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-xhtml2pdf
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-03-28 12:55:24 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-03-28 12:55:24 +0000
commit7866189f235dedfeaad9eb75b01183cfabcfb592 (patch)
tree687596c03a08eb0687952382a329f3cfdbc10445 /textproc/py-xhtml2pdf
parent776997716954b1ef49822a4cb152093e7a72d6e9 (diff)
downloadports-7866189f235dedfeaad9eb75b01183cfabcfb592.tar.gz
ports-7866189f235dedfeaad9eb75b01183cfabcfb592.zip
Sort RUN_DEPENDS after r529063
Notes
Notes: svn path=/head/; revision=529430
Diffstat (limited to 'textproc/py-xhtml2pdf')
-rw-r--r--textproc/py-xhtml2pdf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-xhtml2pdf/Makefile b/textproc/py-xhtml2pdf/Makefile
index 3d964787c5d4..4fa73e48eb4a 100644
--- a/textproc/py-xhtml2pdf/Makefile
+++ b/textproc/py-xhtml2pdf/Makefile
@@ -16,9 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>=1.0:www/py-html5lib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pdf2>=0:print/py-pdf2@${PY_FLAVOR} \
+ ${PY_PILLOW} \
${PYTHON_PKGNAMEPREFIX}reportlab>=3.0:print/py-reportlab@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
- ${PY_PILLOW}
+ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.0:devel/py-nose@${PY_FLAVOR}
USES= python