diff options
-rw-r--r-- | lang/php5/Makefile.ext | 2 | ||||
-rw-r--r-- | lang/php55/Makefile.ext | 2 | ||||
-rw-r--r-- | lang/php56/Makefile.ext | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 8c4e9635dd67..ee357b43ba8f 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -242,7 +242,7 @@ CONFIGURE_ARGS+=--with-pdo-firebird=${LOCALBASE} USE_PHP= pdo USE_PHP_BUILD= yes -USE_FIREBIRD= yes +USES+= firebird .endif .if ${PHP_MODNAME} == "pdo_mysql" diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext index 29ba6c6f1c18..20a81375adee 100644 --- a/lang/php55/Makefile.ext +++ b/lang/php55/Makefile.ext @@ -246,7 +246,7 @@ CONFIGURE_ARGS+=--with-pdo-firebird=${LOCALBASE} USE_PHP= pdo USE_PHP_BUILD= yes -USE_FIREBIRD= yes +USES+= firebird .endif .if ${PHP_MODNAME} == "pdo_mysql" diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext index ae6632809ba1..2f63059155a4 100644 --- a/lang/php56/Makefile.ext +++ b/lang/php56/Makefile.ext @@ -246,7 +246,7 @@ CONFIGURE_ARGS+=--with-pdo-firebird=${LOCALBASE} USE_PHP= pdo USE_PHP_BUILD= yes -USE_FIREBIRD= yes +USES+= firebird .endif .if ${PHP_MODNAME} == "pdo_mysql" |