diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 11:23:38 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 11:23:38 +0000 |
commit | 44d233ebc3d6ada9f70226bab0cfbcf741a817a9 (patch) | |
tree | 9d2936749f8cc0bd048d5cf6e313c6651714286d /net/py-twistedPair | |
parent | d063f7d7d8ef04bc678d7c8ac8186ca776ed88e3 (diff) |
Notes
Diffstat (limited to 'net/py-twistedPair')
-rw-r--r-- | net/py-twistedPair/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-twistedPair/Makefile b/net/py-twistedPair/Makefile index 6215ed135c96..5e8de0618bed 100644 --- a/net/py-twistedPair/Makefile +++ b/net/py-twistedPair/Makefile @@ -7,6 +7,7 @@ PORTNAME= twistedPair PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= net devel python MASTER_SITES= http://twistedmatrix.com/downloads/Pair/0.1/ \ http://tmrc.mit.edu/mirror/twisted/Pair/0.1/ @@ -16,7 +17,8 @@ DISTNAME= TwistedPair-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= Twisted Pair can do low level TCP work -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore +RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/TwistedPair-${PORTVERSION} |