aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-04-15 19:23:38 +0800
committerflz <flz@FreeBSD.org>2005-04-15 19:23:38 +0800
commit0e15a181d42a16315afc3cef2a57f3fe1876a1e7 (patch)
tree3be641f4fabfe64e1212c1960346e941cee57e83
parente0801cceaa3ec4c90068f4084e89dbe495920090 (diff)
downloadfreebsd-ports-gnome-0e15a181d42a16315afc3cef2a57f3fe1876a1e7.tar.gz
freebsd-ports-gnome-0e15a181d42a16315afc3cef2a57f3fe1876a1e7.tar.zst
freebsd-ports-gnome-0e15a181d42a16315afc3cef2a57f3fe1876a1e7.zip
- Fix BUILD_DEPENDS.
PR: ports/79955 Submitted by: maintainer
-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}