diff options
author | tsarna <tsarna@pkgsrc.org> | 2000-02-26 18:48:22 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 2000-02-26 18:48:22 +0000 |
commit | d6ede9d494e58d0bd69b3e6342507e3edb7725c2 (patch) | |
tree | df172c72567882f7ed5b8afe2a5061976ac66abf /databases/Makefile | |
parent | dfb5bc9c2ae365f20b27f9c3b1945055b32bb012 (diff) | |
download | pkgsrc-d6ede9d494e58d0bd69b3e6342507e3edb7725c2.tar.gz |
Replace broken py-mysql with py-mysqldb
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile index 5948b55de8f..f7b1a1d7dda 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2000/02/25 01:04:13 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2000/02/26 18:48:22 tsarna Exp $ # FreeBSD Id: Makefile,v 1.20 1997/07/30 11:47:51 tg Exp # @@ -23,7 +23,7 @@ SUBDIR += pgaccess SUBDIR += postgresql SUBDIR += py-gdbm - SUBDIR += py-mysql + SUBDIR += py-mysqldb SUBDIR += py-postgresql SUBDIR += rrdtool SUBDIR += sdbm |