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
This commit is contained in:
Yasuhiro Kimura 2023-02-08 13:00:07 +09:00
parent d0f8db8527
commit db54325ab1

View file

@ -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