- 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:
Bernhard Froehlich 2010-09-06 08:22:33 +00:00
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

View file

@ -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:

View file

@ -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: