diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 11:26:04 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 11:26:04 +0000 |
commit | fb049883bb5e5edc97cd47ba4082c2674ec9233d (patch) | |
tree | bdbeb23ed3eaac2738449957db4e0c9290c6c608 /security/py-twistedConch | |
parent | 2075214788e5ac048f9fb9c90cdb4b7619ebad0f (diff) | |
download | ports-fb049883bb5e5edc97cd47ba4082c2674ec9233d.tar.gz ports-fb049883bb5e5edc97cd47ba4082c2674ec9233d.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 a460e5f93884..5c00855fb0a7 100644 --- a/security/py-twistedConch/Makefile +++ b/security/py-twistedConch/Makefile @@ -7,6 +7,7 @@ PORTNAME= twistedConch PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= security devel python MASTER_SITES= http://twistedmatrix.com/downloads/Conch/0.5/ \ http://tmrc.mit.edu/mirror/twisted/Conch/0.5/ @@ -16,7 +17,8 @@ DISTNAME= TwistedConch-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= An SSH and SFTP protocol implementation with clients and servers -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore +RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/TwistedConch-${PORTVERSION} |