diff options
author | knu <knu@FreeBSD.org> | 2001-06-09 22:23:33 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-06-09 22:23:33 +0800 |
commit | 2950959561391a595e8f20f73a6531aa1a6f01e9 (patch) | |
tree | a71842a26dc8fbaeb144ef9e7d6482fb323e64bc /databases/Makefile | |
parent | b19838b2b1718044d5eeb3b47519b5aeaedca7ef (diff) | |
download | freebsd-ports-gnome-2950959561391a595e8f20f73a6531aa1a6f01e9.tar.gz freebsd-ports-gnome-2950959561391a595e8f20f73a6531aa1a6f01e9.tar.zst freebsd-ports-gnome-2950959561391a595e8f20f73a6531aa1a6f01e9.zip |
Update Ruby/DBI to 0.0.5.
ruby-dbd_postgresql has been renamed to ruby-dbd_pg. (without a
repocopy since ruby-dbd_postgresql has no history)
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 47141e7b80f1..1b7484d99170 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -72,7 +72,7 @@ SUBDIR += ruby-bdb SUBDIR += ruby-cdb SUBDIR += ruby-dbd_mysql - SUBDIR += ruby-dbd_postgresql + SUBDIR += ruby-dbd_pg SUBDIR += ruby-dbd_sybase SUBDIR += ruby-dbi SUBDIR += ruby-gdbm |