summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-06-22 21:54:14 +0000
committertron <tron@pkgsrc.org>1998-06-22 21:54:14 +0000
commit340a5a7acef089655c5fbe1fc6a31bb0d61c2545 (patch)
tree37a2e8a676c9e062faf7956c718a3f0108dab389 /databases
parent428c964d4eb60a728a822b52dd3674509dddc740 (diff)
downloadpkgsrc-340a5a7acef089655c5fbe1fc6a31bb0d61c2545.tar.gz
Add and enable "py-mysql", fixes PR pkg/5602.
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile3
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"