aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2023-02-08 06:39:59 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2023-02-10 05:50:33 +0000
commit5a379d6a5115ed5927758c8919233aad0917530f (patch)
treef5b8b7fcbb960777628932f8469c70957d1114c9
parente9a1fa9fa1431e16ae722305a5a6b740250a402d (diff)
downloadports-5a379d6a5115ed5927758c8919233aad0917530f.tar.gz
ports-5a379d6a5115ed5927758c8919233aad0917530f.zip
deskutils/calibre: Replace reference to PY_PILLOW with its value
Since this port works with Python 3.8 and later, the value of PY_PILLOW doesn't change. So replace reference to it with its value. PR: 269399 Approved by: maintainer
-rw-r--r--deskutils/calibre/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile
index d194d5c6031f..c6bc86aa1140 100644
--- a/deskutils/calibre/Makefile
+++ b/deskutils/calibre/Makefile
@@ -31,7 +31,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVO
${PYTHON_PKGNAMEPREFIX}msgpack>=0.3:devel/py-msgpack@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}regex>=0:textproc/py-regex@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}html5-parser>=0.4.3:www/py-html5-parser@${PY_FLAVOR} \
- ${PY_PILLOW} \
+ ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zeroconf>0:net/py-zeroconf@${PY_FLAVOR} \
${LOCALBASE}/bin/cmake:devel/cmake-core
RUN_DEPENDS= xdg-open:devel/xdg-utils \
@@ -53,7 +53,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \
${PYTHON_PKGNAMEPREFIX}html5-parser>=0.4.3:www/py-html5-parser@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.8:textproc/py-feedparser@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jeepney>=0.6:devel/py-jeepney@${PY_FLAVOR} \
- ${PY_PILLOW} \
+ ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \
pdftohtml:graphics/poppler-utils \
${PYTHON_PKGNAMEPREFIX}zeroconf>0:net/py-zeroconf@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR}