diff options
author | flz <flz@FreeBSD.org> | 2005-04-15 19:26:04 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-15 19:26:04 +0800 |
commit | 40bbb2884cdd74617ed2eadcc7b1693222dbd0c7 (patch) | |
tree | bb2849c0e22349fb5eed6592bd04822684f3e18c /security/py-twistedConch | |
parent | 576474087431431ff3c0ca8d8b3b3a1420acf5e3 (diff) | |
download | freebsd-ports-graphics-40bbb2884cdd74617ed2eadcc7b1693222dbd0c7.tar.gz freebsd-ports-graphics-40bbb2884cdd74617ed2eadcc7b1693222dbd0c7.tar.zst freebsd-ports-graphics-40bbb2884cdd74617ed2eadcc7b1693222dbd0c7.zip |
- Fix BUILD_DEPENDS.
PR: ports/79958
Submitted by: maintainer
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 a460e5f9388..5c00855fb0a 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} |