summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/py-twisted/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-twisted/Makefile b/devel/py-twisted/Makefile
index dca25f6bf2b4..88b342a7ed34 100644
--- a/devel/py-twisted/Makefile
+++ b/devel/py-twisted/Makefile
@@ -3,6 +3,7 @@
PORTNAME= twisted
PORTVERSION= 17.1.0
+PORTREVISION= 1
CATEGORIES= devel net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}constantly>=15.1:devel/py-constantly \
${PYTHON_PKGNAMEPREFIX}incremental>=16.10.1:devel/py-incremental
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}constantly>=15.1:devel/py-constantly \
- ${PYTHON_PKGNAMEPREFIX}incremental>=16.10.1:devel/py-incremental
+ ${PYTHON_PKGNAMEPREFIX}incremental>=16.10.1:devel/py-incremental \
+ ${PYTHON_PKGNAMEPREFIX}Automat>=0.3.0:devel/py-Automat
# Actually 2.7,3.3+
USES= python tar:bzip2