diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 10:59:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 10:59:09 +0000 |
commit | a2ee9211ad5bd1b39f7505ca8533308e59b5362f (patch) | |
tree | 07f66a5f82a15909fd099a6b4bcaa93c17aac395 /japanese | |
parent | 25d2a59c4c9869d51cbd21fc475ad24503de361f (diff) | |
download | ports-a2ee9211ad5bd1b39f7505ca8533308e59b5362f.tar.gz ports-a2ee9211ad5bd1b39f7505ca8533308e59b5362f.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/trac/Makefile | 4 |
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) |