diff options
author | agc <agc@pkgsrc.org> | 1999-12-17 11:17:59 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-12-17 11:17:59 +0000 |
commit | 79cbc7fa938fe0537372ea6bf2aadfa2c50f4878 (patch) | |
tree | 34d76d92e9d27ecc8cac41502838b412d2e2ff95 /databases/zope-mysql | |
parent | 99ea8abb7111647e95cf80a371c8e548938fe3d5 (diff) | |
download | pkgsrc-79cbc7fa938fe0537372ea6bf2aadfa2c50f4878.tar.gz |
Update dependency on zope to reflect its correct version. Pointed out
by David Brownlee.
Diffstat (limited to 'databases/zope-mysql')
-rw-r--r-- | databases/zope-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/zope-mysql/Makefile b/databases/zope-mysql/Makefile index 904c3e4cea4..7e0a470cc18 100644 --- a/databases/zope-mysql/Makefile +++ b/databases/zope-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/06/19 23:09:28 tsarna Exp $ +# $NetBSD: Makefile,v 1.6 1999/12/17 11:17:59 agc Exp $ # DISTNAME= ZMySQLDA-1.1.3-nonbin @@ -9,7 +9,7 @@ MASTER_SITES= http://www.zope.org/Download/ZMySQLDA/ MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.zope.org/ -DEPENDS+= zope-1.10.3:../../www/zope +DEPENDS+= zope-2.0.1:../../www/zope DEPENDS+= py-mysql-1.4:../../databases/py-mysql WRKSRC= ${WRKDIR}/lib |