aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-willow/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-02-01 19:35:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-02-01 19:35:25 +0000
commit68a98c146544200b5d3d961822207b803407dd62 (patch)
treebdfa163bfc76d8663bb9e75d17dc262f8d8b6a48 /graphics/py-willow/Makefile
parenta6960b1b4f702d8cf40ef59189cef0d729da4278 (diff)
downloadports-68a98c146544200b5d3d961822207b803407dd62.tar.gz
ports-68a98c146544200b5d3d961822207b803407dd62.zip
Remove PY_PILLOW
Notes
Notes: svn path=/head/; revision=563663
Diffstat (limited to 'graphics/py-willow/Makefile')
-rw-r--r--graphics/py-willow/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-willow/Makefile b/graphics/py-willow/Makefile
index ff39a3e6f063..494179a6c518 100644
--- a/graphics/py-willow/Makefile
+++ b/graphics/py-willow/Makefile
@@ -28,7 +28,7 @@ PILLOW_DESC= Use Pillow as backend
WAND_DESC= Use Wand as backend
OPENCV_RUN_DEPENDS= opencv>=0:graphics/opencv
-PILLOW_RUN_DEPENDS= ${PY_PILLOW}
+PILLOW_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR}
WAND_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wand>=0:graphics/py-wand@${PY_FLAVOR}
.include <bsd.port.mk>