diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-25 15:30:07 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-25 15:30:07 +0000 |
commit | 2568bbedc90f5067604728bfd5eca97f9575025c (patch) | |
tree | 01fe6e2042510985b08a726df1023131a66aacfb /net-im | |
parent | 68530003b04e895aa15933f055ce95b8b637b325 (diff) | |
download | ports-2568bbedc90f5067604728bfd5eca97f9575025c.tar.gz ports-2568bbedc90f5067604728bfd5eca97f9575025c.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gajim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/gajim/Makefile b/net-im/gajim/Makefile index d0a88a3c5281..abfcb1cad8dd 100644 --- a/net-im/gajim/Makefile +++ b/net-im/gajim/Makefile @@ -43,7 +43,7 @@ OMEMO_DESC= OMEMO end-to-end encryption support # GUPNP_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gupnp/__init__.py:net/gupnp-igd@${PY_FLAVOR} OMEMO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-axolotl>0:security/py-python-axolotl@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-qrcode>0:textproc/py-qrcode@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}qrcode>0:textproc/py-qrcode@${PY_FLAVOR} DBUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.82.2:devel/py-dbus@${PY_FLAVOR} NLS_USES= gettext SPELL_LIB_DEPENDS= libgspell-1.so:textproc/gspell |