drop condition for python23, not exist in pkgsrc now.
This commit is contained in:
parent
7243585175
commit
cc240db78e
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue