git: 4e12e150bc04 - main - devel/rbtools: Fix dependency

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Tue, 16 Nov 2021 17:54:02 UTC
The branch main has been updated by cperciva:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4e12e150bc0471c6f0891129b3e9df1106c63656

commit 4e12e150bc0471c6f0891129b3e9df1106c63656
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2021-11-16 17:52:19 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2021-11-16 17:52:19 +0000

    devel/rbtools: Fix dependency
    
    This port depends on textproc/py-texttable, not on the
    (non-existent and INDEX-breaking) misc/textproc/py-texttable.
---
 devel/rbtools/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/rbtools/Makefile b/devel/rbtools/Makefile
index e57a3c8ff652..43f9ed281e06 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:textproc/py-texttable@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR}
 
 USES=		python