summaryrefslogtreecommitdiff
path: root/lang/php55/Makefile.ext
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2014-11-22 20:40:08 +0000
committerChris Rees <crees@FreeBSD.org>2014-11-22 20:40:08 +0000
commit4cb60faedd280bf4b0b07bd947bd9087e09d4357 (patch)
tree68afea909ff5f83c22ece4ec8e2ae5959483778d /lang/php55/Makefile.ext
parentCreate a subdirectory of /var/run that is writeable by the bopm user and (diff)
Finally retire USE_PGSQL
Diffstat (limited to 'lang/php55/Makefile.ext')
-rw-r--r--lang/php55/Makefile.ext4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext
index c330c85aae91..4ab7342617d2 100644
--- a/lang/php55/Makefile.ext
+++ b/lang/php55/Makefile.ext
@@ -269,7 +269,7 @@ USE_PHP_BUILD= yes
.endif
.if ${PHP_MODNAME} == "pdo_pgsql"
-USE_PGSQL= yes
+USES+= pgsql
CONFIGURE_ARGS+=--with-pdo-pgsql=${LOCALBASE}
@@ -286,7 +286,7 @@ USE_PHP_BUILD= yes
.endif
.if ${PHP_MODNAME} == "pgsql"
-USE_PGSQL= yes
+USES+= pgsql
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
.endif