From fb049883bb5e5edc97cd47ba4082c2674ec9233d Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Fri, 15 Apr 2005 11:26:04 +0000 Subject: [PATCH] - Fix BUILD_DEPENDS. PR: ports/79958 Submitted by: maintainer --- security/py-twistedConch/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}