summaryrefslogtreecommitdiff
path: root/dns/py-twistedNames
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-15 11:21:05 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-15 11:21:05 +0000
commitbb8aa8e88beeae0a01e58be1121e7af391b8365c (patch)
treed0d725742abe2299ef4fceb6c1a7fa837d0ff5d4 /dns/py-twistedNames
parentFix BUILD_DEPENDS. (diff)
- Fix BUILD_DEPENDS.
PR: ports/79953 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=133409
Diffstat (limited to 'dns/py-twistedNames')
-rw-r--r--dns/py-twistedNames/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/py-twistedNames/Makefile b/dns/py-twistedNames/Makefile
index b27bd617da71..34de9c3fda48 100644
--- a/dns/py-twistedNames/Makefile
+++ b/dns/py-twistedNames/Makefile
@@ -7,6 +7,7 @@
PORTNAME= twistedNames
PORTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= dns devel python
MASTER_SITES= http://twistedmatrix.com/downloads/Names/0.1/ \
http://tmrc.mit.edu/mirror/twisted/Names/0.2/
@@ -16,7 +17,8 @@ DISTNAME= TwistedNames-${PORTVERSION}
MAINTAINER= neal@nelson.name
COMMENT= A DNS protocol implementation with client and server
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
+RUN_DEPENDS= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/TwistedNames-${PORTVERSION}