diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
commit | 4cb60faedd280bf4b0b07bd947bd9087e09d4357 (patch) | |
tree | 68afea909ff5f83c22ece4ec8e2ae5959483778d /lang/php5 | |
parent | 5b6c7671efda9fa65107199c83addafb2a6f9dca (diff) | |
download | ports-4cb60faedd280bf4b0b07bd947bd9087e09d4357.tar.gz ports-4cb60faedd280bf4b0b07bd947bd9087e09d4357.zip |
Notes
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 |