diff options
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.ext | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index dd15b6851644..558f964035b3 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -265,7 +265,7 @@ USE_PHP_BUILD= yes .endif .if ${PHP_MODNAME} == "pdo_pgsql" -USE_PGSQL= yes +USES+= pgsql CONFIGURE_ARGS+=--with-pdo-pgsql=${LOCALBASE} @@ -282,7 +282,7 @@ USE_PHP_BUILD= yes .endif .if ${PHP_MODNAME} == "pgsql" -USE_PGSQL= yes +USES+= pgsql CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE} .endif |