mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
- Don't propose sqlite backend if PHP_VER != 5.
PR: ports/90074 Submitted by: Babak Farrokhi <babak@farrokhi.net>
This commit is contained in:
parent
4bcaccddbe
commit
5b9bcfa2b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150630
1 changed files with 5 additions and 2 deletions
|
@ -37,8 +37,11 @@ SCRIPTS_ENV= SHAREOWN=${SHAREOWN} SHAREGRP=${SHAREGRP} \
|
|||
WANT_PHP_WEB= yes
|
||||
|
||||
OPTIONS= MYSQL "Use MySQL backend" on \
|
||||
PGSQL "Use PostgreSQL backend" off \
|
||||
SQLITE "Use SQLite backend" off
|
||||
PGSQL "Use PostgreSQL backend" off
|
||||
|
||||
.if defined(PHP_VER) && ${PHP_VER} == 5
|
||||
OPTIONS+= SQLITE "Use SQLite backend" off
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue