diff options
author | tron <tron@pkgsrc.org> | 1998-06-22 21:54:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-06-22 21:54:14 +0000 |
commit | 340a5a7acef089655c5fbe1fc6a31bb0d61c2545 (patch) | |
tree | 37a2e8a676c9e062faf7956c718a3f0108dab389 /databases | |
parent | 428c964d4eb60a728a822b52dd3674509dddc740 (diff) | |
download | pkgsrc-340a5a7acef089655c5fbe1fc6a31bb0d61c2545.tar.gz |
Add and enable "py-mysql", fixes PR pkg/5602.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index a98597046cf..013382f2ea6 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/06/22 10:56:46 frueauf Exp $ +# $NetBSD: Makefile,v 1.7 1998/06/22 21:54:14 tron Exp $ # FreeBSD Id: Makefile,v 1.20 1997/07/30 11:47:51 tg Exp # @@ -15,6 +15,7 @@ # SUBDIR += p5-Pg SUBDIR += postgresql SUBDIR += py-gdbm + SUBDIR += py-mysql # SUBDIR += typhoon .include "../mk/bsd.pkg.subdir.mk" |