svn commit: r569578 - head/textproc/py-aeidon

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 30 19:12:40 UTC 2021


Author: sunpoet
Date: Tue Mar 30 19:12:33 2021
New Revision: 569578
URL: https://svnweb.freebsd.org/changeset/ports/569578

Log:
  Update RUN_DEPENDS after r569185

Modified:
  head/textproc/py-aeidon/Makefile

Modified: head/textproc/py-aeidon/Makefile
==============================================================================
--- head/textproc/py-aeidon/Makefile	Tue Mar 30 19:12:28 2021	(r569577)
+++ head/textproc/py-aeidon/Makefile	Tue Mar 30 19:12:33 2021	(r569578)
@@ -13,7 +13,7 @@ COMMENT=	Reading, write and manipulate text-based subt
 
 LICENSE=	GPLv3+
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}chardet>=2.2.1:textproc/py-chardet@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}chardet>=2.2.1,1:textproc/py-chardet@${PY_FLAVOR}
 
 USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils


More information about the svn-ports-all mailing list