1
0
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:
Wen Heping 2013-08-06 06:47:13 +00:00
parent 5e1d668106
commit abbb360c0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324302
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ USE_PHP+= pgsql
.endif
.if ${PORT_OPTIONS:MSQLITE}
USE_PHP+= sqlite
USE_PHP+= sqlite3
.endif
.if ${PORT_OPTIONS:MLDAP}

View File

@ -41,7 +41,7 @@ USE_PHP+= pgsql
.endif
.if ${PORT_OPTIONS:MSQLITE}
USE_PHP+= sqlite
USE_PHP+= sqlite3
.endif
.if ${PORT_OPTIONS:MLDAP}