diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-25 03:54:57 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-25 03:54:57 +0800 |
commit | 1bf9457272318a99eb550ee7603ef85903c36cea (patch) | |
tree | 30969701cc82a93abc61c62dd66cf03666bbe585 /net-im | |
parent | b4990c3eb608adca7aab250206f47b154ccd7711 (diff) | |
download | freebsd-ports-gnome-1bf9457272318a99eb550ee7603ef85903c36cea.tar.gz freebsd-ports-gnome-1bf9457272318a99eb550ee7603ef85903c36cea.tar.zst freebsd-ports-gnome-1bf9457272318a99eb550ee7603ef85903c36cea.zip |
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/py-matrix-synapse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/py-matrix-synapse/Makefile b/net-im/py-matrix-synapse/Makefile index 83259674eca5..a698aaf585e0 100644 --- a/net-im/py-matrix-synapse/Makefile +++ b/net-im/py-matrix-synapse/Makefile @@ -30,7 +30,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5.1:devel/py-jsonschema@${PY_F ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.0.7:devel/py-pyasn1-modules@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}daemonize>=2.4.2:devel/py-daemonize@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bcrypt>=3.1.0:security/py-bcrypt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pillow>=4.3.0:graphics/py-pillow@${PY_FLAVOR} \ + ${PY_PILLOW} \ ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=1.4.4:devel/py-sortedcontainers@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysaml2>=4.5.2:security/py-pysaml2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pymacaroons>=0.13.0:security/py-pymacaroons@${PY_FLAVOR} \ |