- 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 USE_MYSQL= yes
DBTYPE= mysql DBTYPE= mysql
SUB_LIST+= REQ_MYSQL=mysql REQ_PGSQL="" SUB_LIST+= REQ_MYSQL=mysql REQ_PGSQL=""
.elif defined(WITH_SQLITE) .elif defined(WITH_SQLITE3)
CONFIGURE_ARGS+= --with-sqlite3=yes CONFIGURE_ARGS+= --with-sqlite3=yes
LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3
DBTYPE= sqlite3 DBTYPE= sqlite3