26 lines
693 B
Diff
26 lines
693 B
Diff
Index: net/tg/Makefile
|
|
===================================================================
|
|
RCS file: /cvs/ports/net/tg/Makefile,v
|
|
retrieving revision 1.7
|
|
diff -u -p -u -p -r1.7 Makefile
|
|
--- net/tg/Makefile 13 Nov 2022 20:16:21 -0000 1.7
|
|
+++ net/tg/Makefile 18 Dec 2022 11:16:01 -0000
|
|
@@ -3,7 +3,7 @@ COMMENT = ncurses Telegram client
|
|
MODPY_EGG_VERSION = 0.19.0
|
|
|
|
DISTNAME = tg-${MODPY_EGG_VERSION}
|
|
-REVISION = 1
|
|
+REVISION = 2
|
|
|
|
CATEGORIES = net
|
|
|
|
@@ -18,6 +18,7 @@ MODPY_PI = Yes
|
|
MODPY_PYBUILD = poetry-core
|
|
NO_TEST = Yes
|
|
|
|
-RUN_DEPENDS = net/py-telegram${MODPY_FLAVOR}
|
|
+RUN_DEPENDS = devel/py-setuptools${MODPY_FLAVOR} \
|
|
+ net/py-telegram${MODPY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|