diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-13 22:55:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-13 22:55:32 +0000 |
commit | 88de2365f1cd740079ee082465d82d58df2618e2 (patch) | |
tree | 29bfc0b510b87cf797ba96b991be5afe7be739a3 /databases/Makefile | |
parent | This is PHP extension which provides a Mysql 3.x/4.x driver for PDO. (diff) |
This is PHP extension which provides an PostgreSQL driver for PDO.
PR: ports/86035
Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
Notes
Notes:
svn path=/head/; revision=142648
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 bb547a7b9ee8..d40ea41c788e 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -248,6 +248,7 @@ SUBDIR += pear-MDB_QueryTool SUBDIR += pecl-PDO SUBDIR += pecl-PDO_MYSQL + SUBDIR += pecl-PDO_PGSQL SUBDIR += pecl-memcache SUBDIR += pecl-sqlite SUBDIR += pgaccess |