Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2019 15:30:08 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500020 - head/net-im/gajim
Message-ID:  <201904251530.x3PFU8cg086104@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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