diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2011-09-29 21:18:00 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2011-09-29 21:18:00 +0000 |
commit | 649ed43937390c7ca22015fe6dfb51a256c5f57f (patch) | |
tree | d0a5da69e2b4562f768227df698624b3172b5215 /databases/zodb3 | |
parent | afc584a5b09d7a683c8978d0b23390a3100a3fa4 (diff) | |
download | ports-649ed43937390c7ca22015fe6dfb51a256c5f57f.tar.gz ports-649ed43937390c7ca22015fe6dfb51a256c5f57f.zip |
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 b6101b50518a..0f422cba1cd3 100644 --- a/databases/zodb3/Makefile +++ b/databases/zodb3/Makefile @@ -7,7 +7,7 @@ PORTNAME= zodb PORTVERSION= 3.10.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= -py${PYTHON_SUFFIX} @@ -18,7 +18,7 @@ COMMENT= The Z - Object Database for python BUILD_DEPENDS= ${LOCALBASE}/bin/zconfig:${PORTSDIR}/devel/py-zconfig \ ${LOCALBASE}/bin/zdaemon:${PORTSDIR}/sysutils/py-zdaemon \ - ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0:${PORTSDIR}/devel/py-zopeInterface \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface \ ${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 \ |