From 1aee6ce590943efe108678213d4194d83c50f706 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Mon, 15 Nov 2021 18:26:19 -0800 Subject: [PATCH] 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