diff options
author | will <will@FreeBSD.org> | 2000-04-06 12:07:48 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-04-06 12:07:48 +0800 |
commit | 9ec166d61142eee1b3eabf03b5d1aee92353826c (patch) | |
tree | 4dac9ecf91f8cf2e8bdddff7a6bf53826e3ad096 /databases/Makefile | |
parent | 3155313aa574004492a8d74b2b008b2095fe9010 (diff) | |
download | freebsd-ports-gnome-9ec166d61142eee1b3eabf03b5d1aee92353826c.tar.gz freebsd-ports-gnome-9ec166d61142eee1b3eabf03b5d1aee92353826c.tar.zst freebsd-ports-gnome-9ec166d61142eee1b3eabf03b5d1aee92353826c.zip |
Add the mysqltcl port, which is a suite that allows manipulation of MySQL
through Tcl. The port installs only the libraries.
PR: 13514
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 7b4f3f00215b..e0ce4cebc730 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -17,6 +17,7 @@ SUBDIR += mysql-jdbc-mm SUBDIR += mysql322-client SUBDIR += mysql322-server + SUBDIR += mysqltcl SUBDIR += p5-DBD-CSV SUBDIR += p5-DBD-Pg SUBDIR += p5-DBI |