mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Finish conversion to USES=sqlite
This commit is contained in:
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
|
@ -366,7 +366,7 @@ CONFIGURE_ARGS+=--enable-sockets
|
|||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "sqlite3"
|
||||
USE_SQLITE= yes
|
||||
USES+= sqlite
|
||||
CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE}
|
||||
.endif
|
||||
|
||||
|
|
|
@ -366,7 +366,7 @@ CONFIGURE_ARGS+=--enable-sockets
|
|||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "sqlite3"
|
||||
USE_SQLITE= yes
|
||||
USES+= sqlite
|
||||
CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE}
|
||||
.endif
|
||||
|
||||
|
|
|
@ -366,7 +366,7 @@ CONFIGURE_ARGS+=--enable-sockets
|
|||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "sqlite3"
|
||||
USE_SQLITE= yes
|
||||
USES+= sqlite
|
||||
CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE}
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue