Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2021 19:27:55 +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: r563652 - head/devel/py-pydenticon
Message-ID:  <202102011927.111JRtBa016925@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb  1 19:27:55 2021
New Revision: 563652
URL: https://svnweb.freebsd.org/changeset/ports/563652

Log:
  Remove PY_PILLOW

Modified:
  head/devel/py-pydenticon/Makefile

Modified: head/devel/py-pydenticon/Makefile
==============================================================================
--- head/devel/py-pydenticon/Makefile	Mon Feb  1 19:27:48 2021	(r563651)
+++ head/devel/py-pydenticon/Makefile	Mon Feb  1 19:27:55 2021	(r563652)
@@ -14,7 +14,7 @@ COMMENT=	Library for generating identicons - an enhanc
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PY_PILLOW}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR}
 
 USES=		python:3.6+



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