summaryrefslogtreecommitdiff
path: root/www/trac
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-01-27 05:58:56 +0000
committerobache <obache@pkgsrc.org>2012-01-27 05:58:56 +0000
commitdf8eddeabb4e0871419b4d62899056aacf3f686f (patch)
tree3f9190408eae28bb91d616ec8039f32744cdc896 /www/trac
parent1fa850730a6cc19d986e2158c76983aad503c367 (diff)
downloadpkgsrc-df8eddeabb4e0871419b4d62899056aacf3f686f.tar.gz
drop condition for python23, not exist in pkgsrc now.
Diffstat (limited to 'www/trac')
-rw-r--r--www/trac/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile
index 569a917c9be..b7308cba558 100644
--- a/www/trac/Makefile
+++ b/www/trac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2011/03/16 23:28:22 gdt Exp $
+# $NetBSD: Makefile,v 1.54 2012/01/27 05:58:56 obache Exp $
#
DISTNAME= Trac-0.12.2
@@ -57,8 +57,7 @@ PYTHON_PATCH_SCRIPTS+= trac/tests/functional/*.py
.include "../../lang/python/application.mk"
.if !empty(PKG_OPTIONS:Msqlite)
-.if defined(PYPACKAGE) && \
- (${PYPACKAGE} == "python23" || ${PYPACKAGE} == "python24")
+.if defined(PYPACKAGE) && ${PYPACKAGE} == "python24"
DEPENDS+= ${PYPKGPREFIX}-sqlite2>=2:../../databases/py-sqlite2
.else
DEPENDS+= ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3