git: 1aee6ce59094 - main - devel/rbtools: Fix syntax error
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Nov 2021 02:26:35 UTC
The branch main has been updated by bdrewery: URL: https://cgit.FreeBSD.org/ports/commit/?id=1aee6ce590943efe108678213d4194d83c50f706 commit 1aee6ce590943efe108678213d4194d83c50f706 Author: Bryan Drewery <bdrewery@FreeBSD.org> AuthorDate: 2021-11-16 02:26:19 +0000 Commit: Bryan Drewery <bdrewery@FreeBSD.org> CommitDate: 2021-11-16 02:26:19 +0000 devel/rbtools: Fix syntax error Reported by: dvl --- devel/rbtools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/rbtools/Makefile b/devel/rbtools/Makefile index 0e3d8e0b325e..e57a3c8ff652 100644 --- a/devel/rbtools/Makefile +++ b/devel/rbtools/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}texttable>0:misc/textproc/py-texttable@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}texttable>0:misc/textproc/py-texttable@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} USES= python