diff options
-rw-r--r-- | lang/php56/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext index 32389287478d..facbad361124 100644 --- a/lang/php56/Makefile.ext +++ b/lang/php56/Makefile.ext @@ -277,7 +277,7 @@ USE_PHP_BUILD= yes .endif .if ${PHP_MODNAME} == "pdo_sqlite" -USE+= sqlite +USES+= sqlite CONFIGURE_ARGS+=--with-pdo-sqlite=${LOCALBASE} USE_PHP= pdo |