diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 11:25:07 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 11:25:07 +0000 |
commit | 2075214788e5ac048f9fb9c90cdb4b7619ebad0f (patch) | |
tree | cd9d6e230b1aa988840a493500bfaebf22173efc /news | |
parent | - Fix BUILD_DEPENDS. (diff) |
- Fix BUILD_DEPENDS.
PR: ports/79957
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=133413
Diffstat (limited to 'news')
-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} |