diff options
author | flz <flz@FreeBSD.org> | 2005-04-15 19:27:07 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-15 19:27:07 +0800 |
commit | f0bb2f55bcf2db6e8f8b4ed1f5b74c7561402243 (patch) | |
tree | f9330a2ac36b9c2ff8ba64c4acd99e15f10ddd12 /www/py-twistedWeb | |
parent | 40bbb2884cdd74617ed2eadcc7b1693222dbd0c7 (diff) | |
download | freebsd-ports-gnome-f0bb2f55bcf2db6e8f8b4ed1f5b74c7561402243.tar.gz freebsd-ports-gnome-f0bb2f55bcf2db6e8f8b4ed1f5b74c7561402243.tar.zst freebsd-ports-gnome-f0bb2f55bcf2db6e8f8b4ed1f5b74c7561402243.zip |
- Fix BUILD_DEPENDS.
PR: ports/79960
Submitted by: maintainer
Diffstat (limited to 'www/py-twistedWeb')
-rw-r--r-- | www/py-twistedWeb/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/py-twistedWeb/Makefile b/www/py-twistedWeb/Makefile index ba8657f60a1c..f31354df4d63 100644 --- a/www/py-twistedWeb/Makefile +++ b/www/py-twistedWeb/Makefile @@ -7,16 +7,18 @@ PORTNAME= twistedWeb PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= http://twistedmatrix.com/downloads/Web/0.5/ \ - http://tmrc.mit.edu/mirror/twisted/Web/0.5/ + http://tmrc.mit.edu/mirror/twisted/Web/0.5/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedWeb-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= An HTTP protocol implementation together with clients and servers -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore +RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/TwistedWeb-${PORTVERSION} |