summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-04-18 17:35:29 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-04-18 17:35:29 +0000
commit44e1a837db51799ef23068699f366991334a3494 (patch)
tree3e8adc3136918f6773584c18ef6f8019a740297d /databases/Makefile
parentAdd `pypersrc', a source browser written in Python and C++ that (diff)
MySQL Query Browser is a database querying tool that combines the simplicity
of a Web-browser-like interface with powerful features like multiple result sets on tab sheets, query history, storing query "bookmarks", editing and comparing resultsets, SQL script debugging, and more. WWW: http://www.mysql.com/products/tools/query-browser/ PR: ports/95530 Submitted by: Rainer Alves <rainer.alves@gmail.com>
Notes
Notes: svn path=/head/; revision=159887
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 89dd2d26166f..cb0f324d1fda 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -119,6 +119,7 @@
SUBDIR += mysql-connector-odbc
SUBDIR += mysql-editor
SUBDIR += mysql-navigator
+ SUBDIR += mysql-query-browser
SUBDIR += mysql2odbc
SUBDIR += mysql2pgsql
SUBDIR += mysql323-client