svn commit: r563663 - head/graphics/py-willow

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


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

Log:
  Remove PY_PILLOW

Modified:
  head/graphics/py-willow/Makefile

Modified: head/graphics/py-willow/Makefile
==============================================================================
--- head/graphics/py-willow/Makefile	Mon Feb  1 19:35:20 2021	(r563662)
+++ head/graphics/py-willow/Makefile	Mon Feb  1 19:35:25 2021	(r563663)
@@ -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>


More information about the svn-ports-all mailing list