summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2007-06-18 20:45:59 +0000
committerMikhail Teterin <mi@FreeBSD.org>2007-06-18 20:45:59 +0000
commit40bd9f01010adc3824ae6eb9d220589b3e43d363 (patch)
treec0a569b610f01203b207b6aed9b5b47d9ce9696f /databases/Makefile
parentForced commit since previous message ended up incomplete: (diff)
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.
Notes
Notes: svn path=/head/; revision=193833
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 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