svn commit: r500020 - head/net-im/gajim

Antoine Brodin antoine at FreeBSD.org
Thu Apr 25 15:30:09 UTC 2019


Author: antoine
Date: Thu Apr 25 15:30:07 2019
New Revision: 500020
URL: https://svnweb.freebsd.org/changeset/ports/500020

Log:
  Fix DEPENDS

Modified:
  head/net-im/gajim/Makefile

Modified: head/net-im/gajim/Makefile
==============================================================================
--- head/net-im/gajim/Makefile	Thu Apr 25 15:22:19 2019	(r500019)
+++ head/net-im/gajim/Makefile	Thu Apr 25 15:30:07 2019	(r500020)
@@ -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


More information about the svn-ports-all mailing list