diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 19:27:07 +0800 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 19:27:07 +0800 |
commit | e39458901a4367672b88826a2a9eb26d1806acfe (patch) | |
tree | c61c26c4be8e4edfc86e9c48be921e4e0cfb2d22 /www/py-twistedWeb | |
parent | fb049883bb5e5edc97cd47ba4082c2674ec9233d (diff) | |
download | freebsd-ports-gnome-e39458901a4367672b88826a2a9eb26d1806acfe.tar.gz freebsd-ports-gnome-e39458901a4367672b88826a2a9eb26d1806acfe.tar.zst freebsd-ports-gnome-e39458901a4367672b88826a2a9eb26d1806acfe.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} |