diff options
author | mjl <mjl@pkgsrc.org> | 2001-07-08 17:32:02 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-07-08 17:32:02 +0000 |
commit | 0f25a4c6b007de3d259fc8f4548dadcced8598bd (patch) | |
tree | 7f7eed90004abffb783fa0a84c95e2279425b1b6 /databases | |
parent | 050a6f441193cf4cfebed3a83525dd5d3da92f03 (diff) | |
download | pkgsrc-0f25a4c6b007de3d259fc8f4548dadcced8598bd.tar.gz |
Enable ruby-postgresql, ruby-DBI, ruby-DBD-postgresql
Diffstat (limited to 'databases')
-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 |