mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix sqlite option
PR: ports/148790 Submitted by: Jim Riggs <ports at christianserving dot org> (maintainer) Approved by: beat (co-mentor, implicit)
This commit is contained in:
parent
54a3b1fced
commit
727a1430a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260631
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ USE_PHP+= pgsql
|
|||
.endif
|
||||
|
||||
.ifdef WITH_SQLITE
|
||||
USE_PHP+= sqlite
|
||||
RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/sqlite3.so:${PORTSDIR}/databases/php-sqlite3
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -39,7 +39,7 @@ USE_PHP+= pgsql
|
|||
.endif
|
||||
|
||||
.ifdef WITH_SQLITE
|
||||
USE_PHP+= sqlite
|
||||
RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/sqlite3.so:${PORTSDIR}/databases/php-sqlite3
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
|
Loading…
Add table
Reference in a new issue