diff options
author | bad <bad@pkgsrc.org> | 1999-06-10 18:34:58 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-06-10 18:34:58 +0000 |
commit | ac643e762cf93b32a57362f6d2a1ae08d45d8123 (patch) | |
tree | 9dcc52a7861bf13f6f65e518b1b544081fa05420 /databases | |
parent | 16f542965735c5e1a1bdff28e6b826aa14329cd2 (diff) | |
download | pkgsrc-ac643e762cf93b32a57362f6d2a1ae08d45d8123.tar.gz |
Enable p5-DBI and p5-DBD-mysql.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/Makefile b/databases/Makefile index 559589f5a0b..908a9ce6cb4 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1999/05/17 18:31:21 bad Exp $ +# $NetBSD: Makefile,v 1.16 1999/06/10 18:34:58 bad Exp $ # FreeBSD Id: Makefile,v 1.20 1997/07/30 11:47:51 tg Exp # @@ -11,9 +11,9 @@ SUBDIR += mysql-client SUBDIR += mysql-server SUBDIR += openldap -# SUBDIR += p5-DBD-mysql + SUBDIR += p5-DBD-mysql # SUBDIR += p5-DBD-Pg -# SUBDIR += p5-DBI + SUBDIR += p5-DBI # SUBDIR += p5-Msql # SUBDIR += p5-Mysql # SUBDIR += p5-Pg |