diff options
author | mjl <mjl> | 2001-07-08 17:32:02 +0000 |
---|---|---|
committer | mjl <mjl> | 2001-07-08 17:32:02 +0000 |
commit | 08f1d0afd4766dcf5814dc29ffb10d4fe1d0c5e0 (patch) | |
tree | 7f7eed90004abffb783fa0a84c95e2279425b1b6 /databases/Makefile | |
parent | 0ee590030aee9e2e67af477bcf54f1cca49ce96d (diff) | |
download | pkgsrc-08f1d0afd4766dcf5814dc29ffb10d4fe1d0c5e0.tar.gz |
Enable ruby-postgresql, ruby-DBI, ruby-DBD-postgresql
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 775ef764312..85019774c3d 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2001/07/08 15:26:36 mjl Exp $ +# $NetBSD: Makefile,v 1.58 2001/07/08 17:32:02 mjl Exp $ # COMMENT= Databases @@ -48,6 +48,8 @@ SUBDIR+= py-mysqldb SUBDIR+= py-postgresql SUBDIR+= quicklist SUBDIR+= rrdtool +SUBDIR+= ruby-DBD-postgresql +SUBDIR+= ruby-DBI SUBDIR+= ruby-gdbm SUBDIR+= ruby-postgresql SUBDIR+= sdbm |