diff options
-rw-r--r-- | graphics/py-imageio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-imageio/Makefile b/graphics/py-imageio/Makefile index c4f2b0f7c922..657d04044428 100644 --- a/graphics/py-imageio/Makefile +++ b/graphics/py-imageio/Makefile @@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfreeimage.so:graphics/freeimage RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ ${PYTHON_PKGNAMEPREFIX}imageio-ffmpeg>=0:graphics/py-imageio-ffmpeg@${PY_FLAVOR} \ - ${PYNUMPY} \ - ${PY_PILLOW} + ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils |