aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2021-11-16 17:52:19 +0000
committerColin Percival <cperciva@FreeBSD.org>2021-11-16 17:52:19 +0000
commit4e12e150bc0471c6f0891129b3e9df1106c63656 (patch)
tree7c5326d0daa4c3c93d3b320ee01ab25dc671a82d
parent2a407d2ceded82c93e2f1029d8b7e5772629db13 (diff)
downloadports-4e12e150bc0471c6f0891129b3e9df1106c63656.tar.gz
ports-4e12e150bc0471c6f0891129b3e9df1106c63656.zip
devel/rbtools: Fix dependency
This port depends on textproc/py-texttable, not on the (non-existent and INDEX-breaking) misc/textproc/py-texttable.
-rw-r--r--devel/rbtools/Makefile2
1 files changed, 1 insertions, 1 deletions
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