diff options
author | bad <bad> | 1999-06-10 18:34:58 +0000 |
---|---|---|
committer | bad <bad> | 1999-06-10 18:34:58 +0000 |
commit | 051bcf2acd991fe496739466bd72572bf261eab1 (patch) | |
tree | 9dcc52a7861bf13f6f65e518b1b544081fa05420 /databases | |
parent | 36c50032a4fe88b87ab631a8fb3e6c4a71c1163e (diff) | |
download | pkgsrc-051bcf2acd991fe496739466bd72572bf261eab1.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 |