summaryrefslogtreecommitdiff
path: root/www/trac/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-09-15 11:50:06 +0000
committerjoerg <joerg@pkgsrc.org>2008-09-15 11:50:06 +0000
commit0e8b745b2ce4ca359fb4caad307f7e6dae2c7470 (patch)
tree84695053a3183aeceaab4f8bd5856ddba01c53e1 /www/trac/Makefile
parenta8fce213cf98494326ac79596d787049064e598f (diff)
downloadpkgsrc-0e8b745b2ce4ca359fb4caad307f7e6dae2c7470.tar.gz
The sqlite3 requires py-sqlite3, which is currently Python 2.5 only.
Diffstat (limited to 'www/trac/Makefile')
-rw-r--r--www/trac/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile
index 462a576ea00..7d851f8030c 100644
--- a/www/trac/Makefile
+++ b/www/trac/Makefile
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-sqlite2>=2:../../databases/py-sqlite2
.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