1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Fix BUILD_DEPENDS.

PR:		ports/79958
Submitted by:	maintainer
This commit is contained in:
Florent Thoumie 2005-04-15 11:26:04 +00:00
parent 2075214788
commit fb049883bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133414

View File

@ -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}