Mon Sep 15 11:50:06 2008 UTC ()
The sqlite3 requires py-sqlite3, which is currently Python 2.5 only.


(joerg)
diff -r1.34 -r1.35 pkgsrc/www/trac/Makefile

cvs diff -r1.34 -r1.35 pkgsrc/www/trac/Makefile (expand / switch to context diff)
--- pkgsrc/www/trac/Makefile 2008/09/12 10:18:11 1.34
+++ pkgsrc/www/trac/Makefile 2008/09/15 11:50:06 1.35
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2008/09/12 10:18:11 abs Exp $
+# $NetBSD: Makefile,v 1.35 2008/09/15 11:50:06 joerg Exp $
 #
 
 DISTNAME=	Trac-0.11.1
@@ -27,6 +27,7 @@
 .endif
 .if !empty(PKG_OPTIONS:Msqlite3)
 DEPENDS+=	${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3
+PKG_VERSIONS_ACCEPTED=	25
 .endif
 .if !empty(PKG_OPTIONS:Mpgsql)
 DEPENDS+=	${PYPKGPREFIX}-PgSQL>=2.4:../../databases/py-PgSQL