diff options
Diffstat (limited to 'japanese/trac/Makefile')
-rw-r--r-- | japanese/trac/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/japanese/trac/Makefile b/japanese/trac/Makefile index dc09516f82f3..6f4b583f5c88 100644 --- a/japanese/trac/Makefile +++ b/japanese/trac/Makefile @@ -6,7 +6,7 @@ # PORTNAME= trac -PORTVERSION= 0.11.2.1 +PORTVERSION= 0.11.3 CATEGORIES= japanese www devel python MASTER_SITES= http://dist.bsdlab.org/ \ http://www.i-act.co.jp/project/products/downloads/ @@ -84,7 +84,11 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz .if defined(WITH_PGSQL) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopg2/__init__.py:${PORTSDIR}/databases/py-psycopg2 .else +. if ${PYTHON_REL} < 250 RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23 +. else +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +. endif .endif .if !defined(WITHOUT_SUBVERSION) |