diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 10:55:23 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 10:55:23 +0000 |
commit | 5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66 (patch) | |
tree | 8252139e7b614c53058f1ef8f9b3f7ef729f31c0 /japanese | |
parent | 243c0ad4d0252af27fdabdff1c8e04581608e044 (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/trac/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/japanese/trac/Makefile b/japanese/trac/Makefile index f5a891e687ba..fc8bb7559bc9 100644 --- a/japanese/trac/Makefile +++ b/japanese/trac/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: trac -# Date created: 17 April 2004 -# Whom: Kuei-Feng Li <thinker@branda.to> -# +# Created by: Kuei-Feng Li <thinker@branda.to> # $FreeBSD$ -# PORTNAME= trac PORTVERSION= 0.12.3 @@ -87,7 +83,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 -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 .endif .if !defined(WITHOUT_SUBVERSION) |