Finish conversion to USES=sqlite

This commit is contained in:
Baptiste Daroussin 2016-01-10 16:47:31 +00:00
parent 8981ed5f26
commit b48e96822e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405723
3 changed files with 3 additions and 3 deletions

View file

@ -366,7 +366,7 @@ CONFIGURE_ARGS+=--enable-sockets
.endif
.if ${PHP_MODNAME} == "sqlite3"
USE_SQLITE= yes
USES+= sqlite
CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE}
.endif

View file

@ -366,7 +366,7 @@ CONFIGURE_ARGS+=--enable-sockets
.endif
.if ${PHP_MODNAME} == "sqlite3"
USE_SQLITE= yes
USES+= sqlite
CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE}
.endif

View file

@ -366,7 +366,7 @@ CONFIGURE_ARGS+=--enable-sockets
.endif
.if ${PHP_MODNAME} == "sqlite3"
USE_SQLITE= yes
USES+= sqlite
CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE}
.endif