diff options
author | gdt <gdt@pkgsrc.org> | 2016-09-11 23:31:22 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2016-09-11 23:31:22 +0000 |
commit | cce01574150d5d6b233e4b9c3a83e21aa7506e3f (patch) | |
tree | 9ba3df3b130809cbd91a723d0f667b7626e41db1 /www | |
parent | 83934e9570389d44e47a79711a7eeed770bd83f7 (diff) | |
download | pkgsrc-cce01574150d5d6b233e4b9c3a83e21aa7506e3f.tar.gz |
Soften statement about upstream and mysql
Diffstat (limited to 'www')
-rw-r--r-- | www/trac/options.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/trac/options.mk b/www/trac/options.mk index 91f28503a57..c111e24e94a 100644 --- a/www/trac/options.mk +++ b/www/trac/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2016/09/11 15:48:27 gdt Exp $ +# $NetBSD: options.mk,v 1.3 2016/09/11 23:31:22 gdt Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.trac PKG_OPTIONS_REQUIRED_GROUPS= db @@ -15,5 +15,6 @@ DEPENDS+= ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3 .if !empty(PKG_OPTIONS:Mpsycopg2) DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2:../../databases/py-psycopg2 .endif -# Upstream has MySQL support but it is not really recommended: +# Upstream has MySQL support but there are significant caveats: # https://trac.edgewall.org/wiki/MySqlDb +# Anyone is welcome to add a (tested!) mysql option. |