summaryrefslogtreecommitdiff
path: root/comms/apitran/Makefile
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2023-02-08 13:00:07 +0900
committerYasuhiro Kimura <yasu@FreeBSD.org>2023-02-25 12:21:07 +0900
commitdb54325ab180efb8c8315969343602789106a1a8 (patch)
tree86c08be962c82276e4b20c78c15d8883582a97f5 /comms/apitran/Makefile
parentgraphics/mesa-devel: update to 23.0.b.2077 (diff)
comms/apitran: Replace reference to PY_PILLOW with its value
Since this port works with Python 3.6 and later, the value of PY_PILLOW doesn't change. So replace reference to it with its value. PR: 269398 Approved by: maintainer timeout
Diffstat (limited to 'comms/apitran/Makefile')
-rw-r--r--comms/apitran/Makefile2
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