diff options
author | mi <mi@FreeBSD.org> | 2007-06-19 04:45:59 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2007-06-19 04:45:59 +0800 |
commit | 484c3994064b1304483525624409475f0811d260 (patch) | |
tree | 667e48755bdc0cb7986aa513bde28d8f05180982 /databases/Makefile | |
parent | 13908884977786ddb8857f13bac58c9bebb86b95 (diff) | |
download | freebsd-ports-gnome-484c3994064b1304483525624409475f0811d260.tar.gz freebsd-ports-gnome-484c3994064b1304483525624409475f0811d260.tar.zst freebsd-ports-gnome-484c3994064b1304483525624409475f0811d260.zip |
Add TCL binding for PostgreSQL client. This used to be part of PostgreSQL
client up to version 7.x, but is not found in 8.x.
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 82ed1290fac2..359b4f691d43 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -338,6 +338,7 @@ SUBDIR += pgpool SUBDIR += pgpool-II SUBDIR += pgpoolAdmin + SUBDIR += pgtcl SUBDIR += pgtop SUBDIR += pgworksheet SUBDIR += php-sqlite3 |