diff options
author | tsarna <tsarna@pkgsrc.org> | 1999-04-16 16:55:27 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1999-04-16 16:55:27 +0000 |
commit | 46e061fb7b92d7117e66fa4b739c4b13dcdc4607 (patch) | |
tree | a0563d1ff906ffd42d98b32fae657ffeccbbd203 /databases | |
parent | 5c490393641b6c4130f657b3ea4d96c8d427aa8b (diff) | |
download | pkgsrc-46e061fb7b92d7117e66fa4b739c4b13dcdc4607.tar.gz |
Update for new Python and MySQL
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-mysql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-mysql/Makefile b/databases/py-mysql/Makefile index eb8827eb6ba..759046d7064 100644 --- a/databases/py-mysql/Makefile +++ b/databases/py-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/03/28 22:59:38 hubertf Exp $ +# $NetBSD: Makefile,v 1.14 1999/04/16 16:55:27 tsarna Exp $ DISTNAME= MySQLmodule-1.4 PKGNAME= py-mysql-1.4 @@ -10,8 +10,8 @@ DISTFILES= MySQLmodule-1.4${EXTRACT_SUFX} \ MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://snail.earthlight.co.nz/projects.html -DEPENDS+= python-1.5.1:../../lang/python \ - mysql-3.21.33b:../../databases/mysql +DEPENDS+= python-1.5.2:../../lang/python \ + mysql>=3.21:../../databases/mysql EXTRACT_ONLY= MySQLmodule-1.4${EXTRACT_SUFX} ALL_TARGET= default |