aboutsummaryrefslogtreecommitdiff
path: root/japanese/trac
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-02-25 10:59:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-02-25 10:59:09 +0000
commita2ee9211ad5bd1b39f7505ca8533308e59b5362f (patch)
tree07f66a5f82a15909fd099a6b4bcaa93c17aac395 /japanese/trac
parent25d2a59c4c9869d51cbd21fc475ad24503de361f (diff)
downloadports-a2ee9211ad5bd1b39f7505ca8533308e59b5362f.tar.gz
ports-a2ee9211ad5bd1b39f7505ca8533308e59b5362f.zip
- Remove PYTHON_REL < 250, since USE_PYTHON 2.5+
Notes
Notes: svn path=/head/; revision=269677
Diffstat (limited to 'japanese/trac')
-rw-r--r--japanese/trac/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/japanese/trac/Makefile b/japanese/trac/Makefile
index 3f33034d8581..bf4042a7810b 100644
--- a/japanese/trac/Makefile
+++ b/japanese/trac/Makefile
@@ -85,11 +85,7 @@ 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)