summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2017-02-19 23:41:22 +0000
committerWen Heping <wen@FreeBSD.org>2017-02-19 23:41:22 +0000
commitd9551aec6ced1a9fa39c3d6905f36c80a886ed72 (patch)
treefdf3871227ef5b9aad69754fcc3bd4ee6ce90ad7
parent- Update to 0.34.1 (diff)
- Add missing DEPENDS
PR: 217205 Submitted by: john@saltant.com
-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