Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2021 18:39:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565787 - head/devel/py-anyio
Message-ID:  <202102171839.11HIdLEb026524@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Feb 17 18:39:21 2021
New Revision: 565787
URL: https://svnweb.freebsd.org/changeset/ports/565787

Log:
  Fix typo

Modified:
  head/devel/py-anyio/Makefile

Modified: head/devel/py-anyio/Makefile
==============================================================================
--- head/devel/py-anyio/Makefile	Wed Feb 17 18:33:08 2021	(r565786)
+++ head/devel/py-anyio/Makefile	Wed Feb 17 18:39:21 2021	(r565787)
@@ -13,7 +13,7 @@ COMMENT=	High level compatibility layer for multiple a
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-xRUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}idna>=2.8:dns/py-idna@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}idna>=2.8:dns/py-idna@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sniffio>=1.1:devel/py-sniffio@${PY_FLAVOR}
 
 USES=		python:3.7+



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