diff --git a/component/apache-php/buildout.cfg b/component/apache-php/buildout.cfg
index fceea7f0cbc4aa7512c24ddadf2d6be8d305322c..21ee77c26df179be129ee625381c26e75ae40ba8 100644
--- a/component/apache-php/buildout.cfg
+++ b/component/apache-php/buildout.cfg
@@ -64,7 +64,6 @@ environment =
 
 [apache-php-postgres]
 <=apache-php
-#configure-options +=
 configure-options =
   --with-apxs2=${apache:location}/bin/apxs
   --with-libxml-dir=${libxml2:location}
@@ -95,7 +94,7 @@ configure-options =
   --enable-zip
   --enable-bz2
   --enable-ftp
-  --with-pdo-pgsql=${postgresql:location}
+  --with-pgsql=${postgresql:location}
 
 
 [libmcrypt]