diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-10-12 12:31:08 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-10-12 12:31:08 +0000 |
commit | ff98253469a48383098d29e9e3da0df062e3ea07 (patch) | |
tree | c08cac944cb911e00b996ca06a0e77d007c30909 /devel/py-twistedCore | |
parent | Update to 4.1.6 with devel/py-twistedCore support (diff) |
Fix CONFLICTS against devel/py-twisted
Notes
Notes:
svn path=/head/; revision=145105
Diffstat (limited to 'devel/py-twistedCore')
-rw-r--r-- | devel/py-twistedCore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-twistedCore/Makefile b/devel/py-twistedCore/Makefile index 2ab30ecd953f..0197cd6e3971 100644 --- a/devel/py-twistedCore/Makefile +++ b/devel/py-twistedCore/Makefile @@ -20,7 +20,7 @@ COMMENT= An asynchronous networking framework for Python - Core module BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/zope/interface:${PORTSDIR}/devel/py-zopeInterface RUN_DEPENDS= ${BUILD_DEPENDS} -CONFLICTS= py-twisted-[0-9]* +CONFLICTS= py??-twisted-[0-9]* WRKSRC= ${WRKDIR}/Twisted-${PORTVERSION} |