mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix build with SQLITE option
Reported by: Ashley Williams <ashley.wil@gmail.com>
This commit is contained in:
parent
5e1d668106
commit
abbb360c0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324302
@ -43,7 +43,7 @@ USE_PHP+= pgsql
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSQLITE}
|
||||
USE_PHP+= sqlite
|
||||
USE_PHP+= sqlite3
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MLDAP}
|
||||
|
@ -41,7 +41,7 @@ USE_PHP+= pgsql
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSQLITE}
|
||||
USE_PHP+= sqlite
|
||||
USE_PHP+= sqlite3
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MLDAP}
|
||||
|
Loading…
Reference in New Issue
Block a user