diff options
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 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 |