diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-24 19:54:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-24 19:54:57 +0000 |
commit | 1bf9457272318a99eb550ee7603ef85903c36cea (patch) | |
tree | 30969701cc82a93abc61c62dd66cf03666bbe585 /math/py-plastex/Makefile | |
parent | b4990c3eb608adca7aab250206f47b154ccd7711 (diff) |
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai
Notes
Notes:
svn path=/head/; revision=529063
Diffstat (limited to 'math/py-plastex/Makefile')
-rw-r--r-- | math/py-plastex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-plastex/Makefile b/math/py-plastex/Makefile index 32d4d7b36c86..e21c9b3fe95a 100644 --- a/math/py-plastex/Makefile +++ b/math/py-plastex/Makefile @@ -13,7 +13,7 @@ COMMENT= LaTeX Document Processing Framework LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} +RUN_DEPENDS= ${PY_PILLOW} USES= python:3.5+ USE_PYTHON= autoplist distutils |