diff options
| -rw-r--r-- | news/py-twistedNews/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/news/py-twistedNews/Makefile b/news/py-twistedNews/Makefile index 474766615aee..144c01270ec5 100644 --- a/news/py-twistedNews/Makefile +++ b/news/py-twistedNews/Makefile @@ -7,16 +7,18 @@ PORTNAME= twistedNews PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= news devel python MASTER_SITES= http://twistedmatrix.com/downloads/News/0.1/ \ - http://tmrc.mit.edu/mirror/twisted/News/0.1/ + http://tmrc.mit.edu/mirror/twisted/News/0.1/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedNews-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= An NNTP 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}/TwistedNews-${PORTVERSION} |
