Index: Portfile
===================================================================
--- Portfile	(revision 55256)
+++ Portfile	(working copy)
@@ -4,6 +4,7 @@
 PortGroup               php5extension 1.0
 
 php5extension.setup     sqlite 5.3.0 bundled
+revision                1
 php5extension.use_phpize no
 categories-append       databases
 platforms               darwin
@@ -18,13 +19,14 @@
                         sha1    934700941d216c453376e3bf24347041cf12c6dc \
                         rmd160  9a71b74052b0ca515f2ddf95c051b47a73d33f44
 
-# Note that the sqlite extension uses the built-in sqlite2 libraries while
-# the pdo_sqlite extension uses the libraries from the sqlite3 port.
+# Note that the sqlite extension uses the built-in sqlite2 libraries while the
+# sqlite3 and pdo_sqlite extensions use the libraries from the sqlite3 port.
 
 depends_lib-append      port:sqlite3
 
 configure.args-append   --enable-pdo \
                         --with-sqlite=shared \
+                        --with-sqlite3=shared,${prefix} \
                         --with-pdo-sqlite=shared,${prefix} \
                         --enable-sqlite-utf8
 

