aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php56
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2014-11-23 04:40:08 +0800
committercrees <crees@FreeBSD.org>2014-11-23 04:40:08 +0800
commit4b1e9a418ba2bd080b25090b526b574172f8b528 (patch)
tree68afea909ff5f83c22ece4ec8e2ae5959483778d /lang/php56
parent2e3b3317eea573bab4efca900c8197753b5a50f5 (diff)
downloadfreebsd-ports-graphics-4b1e9a418ba2bd080b25090b526b574172f8b528.tar.gz
freebsd-ports-graphics-4b1e9a418ba2bd080b25090b526b574172f8b528.tar.zst
freebsd-ports-graphics-4b1e9a418ba2bd080b25090b526b574172f8b528.zip
Finally retire USE_PGSQL
Diffstat (limited to 'lang/php56')
-rw-r--r--lang/php56/Makefile.ext4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext
index d293fa272e8..bf4a20532ca 100644
--- a/lang/php56/Makefile.ext
+++ b/lang/php56/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