aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-twistedWords
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-15 11:24:13 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-15 11:24:13 +0000
commit03702f3b5158e570119be1eedc4ba60aae308662 (patch)
tree671dfad46be2f5dd2cbae9e690f6590d373fd514 /net-im/py-twistedWords
parent44d233ebc3d6ada9f70226bab0cfbcf741a817a9 (diff)
downloadports-03702f3b5158e570119be1eedc4ba60aae308662.tar.gz
ports-03702f3b5158e570119be1eedc4ba60aae308662.zip
- Fix BUILD_DEPENDS.
PR: ports/79956 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=133412
Diffstat (limited to 'net-im/py-twistedWords')
-rw-r--r--net-im/py-twistedWords/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-im/py-twistedWords/Makefile b/net-im/py-twistedWords/Makefile
index ee3a328310bc..c4d3e61a69f9 100644
--- a/net-im/py-twistedWords/Makefile
+++ b/net-im/py-twistedWords/Makefile
@@ -7,16 +7,18 @@
PORTNAME= twistedWords
PORTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= net devel python
MASTER_SITES= http://twistedmatrix.com/downloads/Words/0.1/ \
- http://tmrc.mit.edu/mirror/twisted/Words/0.1/
+ http://tmrc.mit.edu/mirror/twisted/Words/0.1/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TwistedWords-${PORTVERSION}
MAINTAINER= neal@nelson.name
COMMENT= Twisted Words has more chat than you can handle
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
+RUN_DEPENDS= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/TwistedWords-${PORTVERSION}