diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2023-02-08 04:00:07 +0000 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2023-02-25 03:21:07 +0000 |
commit | db54325ab180efb8c8315969343602789106a1a8 (patch) | |
tree | 86c08be962c82276e4b20c78c15d8883582a97f5 /comms | |
parent | d0f8db852755aa7eea6cb0fe376e0dda9d1af8b0 (diff) | |
download | ports-db54325ab180efb8c8315969343602789106a1a8.tar.gz ports-db54325ab180efb8c8315969343602789106a1a8.zip |
Diffstat (limited to 'comms')
-rw-r--r-- | comms/apitran/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/apitran/Makefile b/comms/apitran/Makefile index b150bc655c90..eb00260566e8 100644 --- a/comms/apitran/Makefile +++ b/comms/apitran/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYNUMPY} \ - ${PY_PILLOW} \ + ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \ sox:audio/sox USES= magick:6,run python:3.6+,run shebangfix |