Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2021 19:35:26 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563663 - head/graphics/py-willow
Message-ID:  <202102011935.111JZQ3w024155@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102011935.111JZQ3w024155>