diff options
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]* |