diff options
author | ade <ade@FreeBSD.org> | 2000-09-20 02:19:19 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-09-20 02:19:19 +0800 |
commit | c4b043e2daf43ee813d60775e21b93b40fc822fb (patch) | |
tree | 5c5c5c871dc9107be2689c805ed98294d306a051 /databases/Makefile | |
parent | fa33259dfa6686f55d4fc70ce2d864146371ee73 (diff) | |
download | freebsd-ports-gnome-c4b043e2daf43ee813d60775e21b93b40fc822fb.tar.gz freebsd-ports-gnome-c4b043e2daf43ee813d60775e21b93b40fc822fb.tar.zst freebsd-ports-gnome-c4b043e2daf43ee813d60775e21b93b40fc822fb.zip |
Another GTK+ front-end for mysql.. submitter will be extending it
to handle mSQL, Oracle, PostgreSQL and Solid at a later date.
PR: 21069
Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 311332c0b72d..36daa0f53b03 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -4,8 +4,9 @@ SUBDIR += cdb SUBDIR += db SUBDIR += db3 - SUBDIR += dbview SUBDIR += dbf2mysql + SUBDIR += dbmetrix + SUBDIR += dbview SUBDIR += freetds SUBDIR += gadfly SUBDIR += gdbm |