svn commit: r333840 - head/www/owncloud

Mathieu Arnold mat at mat.cc
Fri Nov 15 10:37:07 UTC 2013


+--On 15 novembre 2013 10:23:17 +0000 Sunpoet Po-Chuan Hsieh
<sunpoet at FreeBSD.org> wrote:
| -.if ${PORT_OPTIONS:MSQLITE}
| -USE_PHP+=	sqlite3 pdo_sqlite
| -.endif
| +SQLITE_USE=	PHP=pdo_sqlite,sqlite3 SQLITE=yes

You don't need SQLITE=yes there, (and it was not there before,) sqlite is
selfcontained in the php extension, and not needed at all as a dependency
here. (Unless the sqlite3 binary is needed for installation afterwards, of
course.)

-- 
Mathieu Arnold


More information about the svn-ports-all mailing list