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 ee357b43ba8f..9e9692299852 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -366,7 +366,7 @@ CONFIGURE_ARGS+=--enable-sockets .endif .if ${PHP_MODNAME} == "sqlite3" -USE_SQLITE= yes +USES+= sqlite CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE} .endif diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext index 20a81375adee..44049c98baf9 100644 --- a/lang/php55/Makefile.ext +++ b/lang/php55/Makefile.ext @@ -366,7 +366,7 @@ CONFIGURE_ARGS+=--enable-sockets .endif .if ${PHP_MODNAME} == "sqlite3" -USE_SQLITE= yes +USES+= sqlite CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE} .endif diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext index 2f63059155a4..32389287478d 100644 --- a/lang/php56/Makefile.ext +++ b/lang/php56/Makefile.ext @@ -366,7 +366,7 @@ CONFIGURE_ARGS+=--enable-sockets .endif .if ${PHP_MODNAME} == "sqlite3" -USE_SQLITE= yes +USES+= sqlite CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE} .endif |