aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-05-27 04:09:13 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-05-27 04:09:13 +0000
commitf03f2910fb5b1d24d845b286e63cf49938ff30fe (patch)
treeed47fb989e2a4653fcbdf2d71d2e878f271250c1
parent95fc996e20cbe7e6e4e72b8f54b389a61d1f03df (diff)
downloadports-f03f2910fb5b1d24d845b286e63cf49938ff30fe.tar.gz
ports-f03f2910fb5b1d24d845b286e63cf49938ff30fe.zip
graphics/py-imageio: Cosmetic change
-rw-r--r--graphics/py-imageio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-imageio/Makefile b/graphics/py-imageio/Makefile
index a378318f0e8f..5c2066c77320 100644
--- a/graphics/py-imageio/Makefile
+++ b/graphics/py-imageio/Makefile
@@ -12,7 +12,7 @@ WWW= https://github.com/imageio/imageio
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-# requests is from fsspec[github]
+# Note: www/py-requests comes from devel/py-fsspec[github]
LIB_DEPENDS= libfreeimage.so:graphics/freeimage
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pillow>=8.3.2:graphics/py-pillow@${PY_FLAVOR}