diff options
Diffstat (limited to 'security/py-twistedConch')
-rw-r--r-- | security/py-twistedConch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-twistedConch/Makefile b/security/py-twistedConch/Makefile index a3e6693d1a9a..1882b60057c2 100644 --- a/security/py-twistedConch/Makefile +++ b/security/py-twistedConch/Makefile @@ -7,6 +7,7 @@ PORTNAME= twistedConch PORTVERSION= 9.0.0 +PORTREVISION= 1 CATEGORIES= security devel python MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Conch/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,8 @@ MAINTAINER= neal@nelson.name COMMENT= An SSH and SFTP protocol implementation with clients and servers BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} \ + ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1 USE_BZIP2= yes USE_PYTHON= yes |