diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-19 08:32:03 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-19 08:32:03 +0000 |
commit | 69a2659d29052a1d4af53ab96e5e5c1fda1bc3ff (patch) | |
tree | 2abf8a54e8bab6c9a532af093929450e546383fd /devel/py-twistedCore | |
parent | - Tarball rerolled with changed Makefile (diff) |
- Fix BUILD_DEPENDS.
Reported by: krismail
Notes
Notes:
svn path=/head/; revision=133640
Diffstat (limited to 'devel/py-twistedCore')
-rw-r--r-- | devel/py-twistedCore/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-twistedCore/Makefile b/devel/py-twistedCore/Makefile index a231fef9558a..77a3413640a0 100644 --- a/devel/py-twistedCore/Makefile +++ b/devel/py-twistedCore/Makefile @@ -17,7 +17,8 @@ DISTNAME= Twisted-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= An asynchronous networking framework for Python - Core module -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/zope/interface:${PORTSDIR}/devel/py-zopeInterface +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/zope/interface:${PORTSDIR}/devel/py-zopeInterface +RUN_DEPENDS= ${BUILD_DEPENDS} CONFLICTS= py-twisted-[0-9]* |