aboutsummaryrefslogtreecommitdiff
path: root/net/py-twistedPair
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-15 11:23:38 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-15 11:23:38 +0000
commit44d233ebc3d6ada9f70226bab0cfbcf741a817a9 (patch)
tree9d2936749f8cc0bd048d5cf6e313c6651714286d /net/py-twistedPair
parentd063f7d7d8ef04bc678d7c8ac8186ca776ed88e3 (diff)
downloadports-44d233ebc3d6ada9f70226bab0cfbcf741a817a9.tar.gz
ports-44d233ebc3d6ada9f70226bab0cfbcf741a817a9.zip
- Fix BUILD_DEPENDS.
PR: ports/79955 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=133411
Diffstat (limited to 'net/py-twistedPair')
-rw-r--r--net/py-twistedPair/Makefile4
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}