diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2010-08-15 10:05:25 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2010-08-15 10:05:25 +0000 |
commit | 7350a932651d4a103729121c34ed6ebea3e0000e (patch) | |
tree | b587c383f3244499ef890a4b9f1729eb8fdae206 /security/py-twistedConch | |
parent | 94cfb2ea7612227cc8089ba585233fd9f959a158 (diff) | |
download | ports-7350a932651d4a103729121c34ed6ebea3e0000e.tar.gz ports-7350a932651d4a103729121c34ed6ebea3e0000e.zip |
Notes
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 |