aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-08-17 13:23:47 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-08-17 13:23:47 +0000
commit4b25e6bfb843550067f40189f16533580581969b (patch)
tree389349e13ab82da990e1a8f81cc202ad3f1a9c09 /net-im
parent7acf10db024de84fc0b129cf5d8129d02f037e26 (diff)
downloadports-4b25e6bfb843550067f40189f16533580581969b.tar.gz
ports-4b25e6bfb843550067f40189f16533580581969b.zip
net-im/scli: Add readline support via urwid-readline
Although urwird-readline is an optional dependency for scli, let's not create a port option for it. This is a really small dependency and it makes no reason to ever disable it.
Notes
Notes: svn path=/head/; revision=545165
Diffstat (limited to 'net-im')
-rw-r--r--net-im/scli/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/scli/Makefile b/net-im/scli/Makefile
index c1022913b45b..093a96bc13cf 100644
--- a/net-im/scli/Makefile
+++ b/net-im/scli/Makefile
@@ -2,7 +2,7 @@
PORTNAME= scli
DISTVERSION= g20200817
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im python
MAINTAINER= 0mp@FreeBSD.org
@@ -12,6 +12,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urwid>=0:devel/py-urwid@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}urwid-readline>=0:devel/py-urwid-readline@${PY_FLAVOR} \
signal-cli>=0.6.8_1:net-im/signal-cli
USES= python:run,3.5+ shebangfix