svn commit: r563661 - head/graphics/py-imageio

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 1 19:35:21 UTC 2021


Author: sunpoet
Date: Mon Feb  1 19:35:14 2021
New Revision: 563661
URL: https://svnweb.freebsd.org/changeset/ports/563661

Log:
  Remove PYNUMPY and PY_PILLOW

Modified:
  head/graphics/py-imageio/Makefile

Modified: head/graphics/py-imageio/Makefile
==============================================================================
--- head/graphics/py-imageio/Makefile	Mon Feb  1 19:35:09 2021	(r563660)
+++ head/graphics/py-imageio/Makefile	Mon Feb  1 19:35:14 2021	(r563661)
@@ -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


More information about the svn-ports-all mailing list