svn commit: r563672 - head/textproc/py-xhtml2pdf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 1 19:36:22 UTC 2021


Author: sunpoet
Date: Mon Feb  1 19:36:16 2021
New Revision: 563672
URL: https://svnweb.freebsd.org/changeset/ports/563672

Log:
  Remove PY_PILLOW

Modified:
  head/textproc/py-xhtml2pdf/Makefile

Modified: head/textproc/py-xhtml2pdf/Makefile
==============================================================================
--- head/textproc/py-xhtml2pdf/Makefile	Mon Feb  1 19:36:10 2021	(r563671)
+++ head/textproc/py-xhtml2pdf/Makefile	Mon Feb  1 19:36:16 2021	(r563672)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}arabic-reshaper>=2.1.0:textproc/py-arabic-reshaper@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}html5lib>=1.0:www/py-html5lib@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pdf2>=0:print/py-pdf2@${PY_FLAVOR} \
-		${PY_PILLOW} \
+		${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-bidi>=0.4.2:textproc/py-python-bidi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}reportlab>=3.3.0:print/py-reportlab@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}


More information about the svn-ports-all mailing list