diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2021-05-01 18:57:44 +0800 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2021-05-01 21:13:27 +0800 |
commit | 65de32a02047e5a4a6408e6f99d747c8b6be9979 (patch) | |
tree | 0289dc3f36bc8ae21b2544703f81079dc69ce32d /textproc/py-agate | |
parent | 82c141a1b588164f4bcf390cc4651c49534e0767 (diff) | |
download | freebsd-ports-gnome-65de32a02047e5a4a6408e6f99d747c8b6be9979.tar.gz freebsd-ports-gnome-65de32a02047e5a4a6408e6f99d747c8b6be9979.tar.zst freebsd-ports-gnome-65de32a02047e5a4a6408e6f99d747c8b6be9979.zip |
devel/py-agate: Add missing devel/py-pyicu dependency
Alexis initially reported this as a missing dependency on py-csvkit,
but it's actually py-agate that has the deficiency.
PR: 255498
Reported by: Alexis Praga
Diffstat (limited to 'textproc/py-agate')
-rw-r--r-- | textproc/py-agate/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-agate/Makefile b/textproc/py-agate/Makefile index b6f0a9bcbe6f..b7d763d74cc2 100644 --- a/textproc/py-agate/Makefile +++ b/textproc/py-agate/Makefile @@ -1,5 +1,6 @@ PORTNAME= agate PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}parsedatetime>=2.1:devel/py-parsedatetime@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.5.4:devel/py-isodate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-slugify>=1.2.1:textproc/py-python-slugify@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}leather>=0.3.2:graphics/py-leather@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}leather>=0.3.2:graphics/py-leather@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyicu>=2.4.2:devel/py-pyicu@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils |