diff options
author | lioux <lioux@FreeBSD.org> | 2005-10-12 20:31:08 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-10-12 20:31:08 +0800 |
commit | 5508379b73edc11dc37c20df3e1c5a59fcb53b83 (patch) | |
tree | f0cef8e486a21ea37c2ffc2308e7f1f5436c9b56 /devel | |
parent | a3414030cb5f6235adc2edf3117826a07cb14ed7 (diff) | |
download | freebsd-ports-gnome-5508379b73edc11dc37c20df3e1c5a59fcb53b83.tar.gz freebsd-ports-gnome-5508379b73edc11dc37c20df3e1c5a59fcb53b83.tar.zst freebsd-ports-gnome-5508379b73edc11dc37c20df3e1c5a59fcb53b83.zip |
Fix CONFLICTS against devel/py-twisted
Diffstat (limited to 'devel')
-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} |