diff options
author | taca <taca@pkgsrc.org> | 2001-06-30 14:16:33 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-06-30 14:16:33 +0000 |
commit | f1cc8900408f4b1bb2aee7b2aae8458045c27bd3 (patch) | |
tree | 089f6ae30902b9f6b5d9f71fa4c6cb8d7dd179a5 /databases | |
parent | e2e141e17ff2049992c6f448dc0b6f3738b16b88 (diff) | |
download | pkgsrc-f1cc8900408f4b1bb2aee7b2aae8458045c27bd3.tar.gz |
Add and enable ruby-gdbm.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 589775b16af..363ea91a2a0 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2001/06/09 10:45:22 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2001/06/30 14:16:33 taca Exp $ # COMMENT= Databases @@ -48,6 +48,7 @@ SUBDIR+= py-mysqldb SUBDIR+= py-postgresql SUBDIR+= quicklist SUBDIR+= rrdtool +SUBDIR+= ruby-gdbm SUBDIR+= sdbm SUBDIR+= sqsh SUBDIR+= tcl-gdbm |