diff options
author | flz <flz@FreeBSD.org> | 2005-04-15 19:25:07 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-15 19:25:07 +0800 |
commit | 576474087431431ff3c0ca8d8b3b3a1420acf5e3 (patch) | |
tree | 4b6b71d1a255ce18c3fb68a369730add3014a8db | |
parent | b35903bde79b0ed30d9d97b0a6cf07e6543fd265 (diff) | |
download | freebsd-ports-gnome-576474087431431ff3c0ca8d8b3b3a1420acf5e3.tar.gz freebsd-ports-gnome-576474087431431ff3c0ca8d8b3b3a1420acf5e3.tar.zst freebsd-ports-gnome-576474087431431ff3c0ca8d8b3b3a1420acf5e3.zip |
- Fix BUILD_DEPENDS.
PR: ports/79957
Submitted by: maintainer
-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} |