svn commit: r563666 - head/math/py-plastex

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


Author: sunpoet
Date: Mon Feb  1 19:35:41 2021
New Revision: 563666
URL: https://svnweb.freebsd.org/changeset/ports/563666

Log:
  Remove PY_PILLOW

Modified:
  head/math/py-plastex/Makefile

Modified: head/math/py-plastex/Makefile
==============================================================================
--- head/math/py-plastex/Makefile	Mon Feb  1 19:35:36 2021	(r563665)
+++ head/math/py-plastex/Makefile	Mon Feb  1 19:35:41 2021	(r563666)
@@ -13,10 +13,10 @@ COMMENT=	LaTeX Document Processing Framework
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PY_PILLOW}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR}
 
 USES=		python:3.5+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USE_TEX=	base:run
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list