diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 11:21:05 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 11:21:05 +0000 |
commit | bb8aa8e88beeae0a01e58be1121e7af391b8365c (patch) | |
tree | d0d725742abe2299ef4fceb6c1a7fa837d0ff5d4 /dns | |
parent | 84297c72846e2cb64bb754bc7476c583cee42c53 (diff) | |
download | ports-bb8aa8e88beeae0a01e58be1121e7af391b8365c.tar.gz ports-bb8aa8e88beeae0a01e58be1121e7af391b8365c.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/py-twistedNames/Makefile | 4 |
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} |