1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- correct WITH_SQLITE => WITH_SQLITE3

This mistake slipped in during the last commit

PR:		150999
Submitted by:	Florian Smeets <flo _at_ smeets.im>
Approved by:	glarkin (mentor, implicit)
Feature safe:	yes, WITH_SQLITE3 is no default OPTION
This commit is contained in:
Olli Hauer 2010-10-03 21:03:34 +00:00
parent aeb4516284
commit e4dd01eaa8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262366

View File

@ -155,7 +155,7 @@ CONFIGURE_ARGS+= --with-mysql=yes
USE_MYSQL= yes
DBTYPE= mysql
SUB_LIST+= REQ_MYSQL=mysql REQ_PGSQL=""
.elif defined(WITH_SQLITE)
.elif defined(WITH_SQLITE3)
CONFIGURE_ARGS+= --with-sqlite3=yes
LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3
DBTYPE= sqlite3