From 9ff7a3be3059677518d2b2a944b44e2f7c81555b Mon Sep 17 00:00:00 2001 From: gdt Date: Thu, 14 Feb 2013 14:53:31 +0000 Subject: Add comment explaining that py-sqlite2 is for sqlite3. (I'm assuming that if I can't follow this, at least some others will be confused as well.) This is a comment-only change. --- www/ja-trac/options.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'www/ja-trac') diff --git a/www/ja-trac/options.mk b/www/ja-trac/options.mk index 79ce2508123..4905cc840df 100644 --- a/www/ja-trac/options.mk +++ b/www/ja-trac/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2013/01/20 08:56:48 obache Exp $ +# $NetBSD: options.mk,v 1.4 2013/02/14 14:53:31 gdt Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.trac PKG_OPTIONS_REQUIRED_GROUPS= db @@ -9,6 +9,10 @@ PKG_OPTIONS_LEGACY_OPTS= psycopg2:pgsql .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Msqlite) +# py-sqlite2 is the external (vs. bundled with Python source) +# implementation of Python DB API 2.0 for sqlite version 3. It is +# preferred over "py-sqlite3", the bundled version of sqlite3 support, +# because it is more up to date. DEPENDS+= ${PYPKGPREFIX}-sqlite2>=2.5.5:../../databases/py-sqlite2 .endif .if !empty(PKG_OPTIONS:Mpgsql) -- cgit v1.2.3