diff options
author | flz <flz@FreeBSD.org> | 2005-04-15 19:24:13 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-15 19:24:13 +0800 |
commit | b35903bde79b0ed30d9d97b0a6cf07e6543fd265 (patch) | |
tree | 377eddb72a1a8fa8c6376c3f2032bbd199836bdf /net/py-twistedWords | |
parent | 0e15a181d42a16315afc3cef2a57f3fe1876a1e7 (diff) | |
download | freebsd-ports-gnome-b35903bde79b0ed30d9d97b0a6cf07e6543fd265.tar.gz freebsd-ports-gnome-b35903bde79b0ed30d9d97b0a6cf07e6543fd265.tar.zst freebsd-ports-gnome-b35903bde79b0ed30d9d97b0a6cf07e6543fd265.zip |
- Fix BUILD_DEPENDS.
PR: ports/79956
Submitted by: maintainer
Diffstat (limited to 'net/py-twistedWords')
-rw-r--r-- | net/py-twistedWords/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/py-twistedWords/Makefile b/net/py-twistedWords/Makefile index ee3a328310bc..c4d3e61a69f9 100644 --- a/net/py-twistedWords/Makefile +++ b/net/py-twistedWords/Makefile @@ -7,16 +7,18 @@ PORTNAME= twistedWords PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= net devel python MASTER_SITES= http://twistedmatrix.com/downloads/Words/0.1/ \ - http://tmrc.mit.edu/mirror/twisted/Words/0.1/ + http://tmrc.mit.edu/mirror/twisted/Words/0.1/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedWords-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= Twisted Words has more chat than you can handle -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore +RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/TwistedWords-${PORTVERSION} |