diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-10-08 01:52:14 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-10-08 01:52:14 +0000 |
commit | 11e8067a6db2638ff5e79f6441cb5fc84cfd3966 (patch) | |
tree | 1d7db433b3f29431cd3bebe6e55c9103c4723b90 /databases/zodb3 | |
parent | 1ae9439ef7d3878e414e083002209435985c3296 (diff) |
Notes
Diffstat (limited to 'databases/zodb3')
-rw-r--r-- | databases/zodb3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/zodb3/Makefile b/databases/zodb3/Makefile index 0f422cba1cd3..a76b49ef4972 100644 --- a/databases/zodb3/Makefile +++ b/databases/zodb3/Makefile @@ -7,7 +7,7 @@ PORTNAME= zodb PORTVERSION= 3.10.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= -py${PYTHON_SUFFIX} @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/zconfig:${PORTSDIR}/devel/py-zconfig \ ${PYTHON_PKGNAMEPREFIX}zope.testing>=3.7.1:${PORTSDIR}/devel/py-zope.testing \ ${PYTHON_PKGNAMEPREFIX}transaction>=1.1.0:${PORTSDIR}/devel/py-transaction \ ${PYTHON_PKGNAMEPREFIX}zclockfile>=1.0.0:${PORTSDIR}/devel/py-zclockfile \ - ${PYTHON_PKGNAMEPREFIX}zopeevent>=1.0.0:${PORTSDIR}/devel/py-zopeevent \ + ${PYTHON_PKGNAMEPREFIX}zope.event>=1.0.0:${PORTSDIR}/devel/py-zope.event \ ${PYTHON_PKGNAMEPREFIX}zope.proxy>=3.4.2:${PORTSDIR}/net/py-zope.proxy RUN_DEPENDS= ${BUILD_DEPENDS} |