diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-27 21:17:06 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-27 21:17:06 +0000 |
commit | 608ce990aa15cb4cef3906a63786090555b8620e (patch) | |
tree | 1c44b34c7d307bc42d3b8a680706ca04952037ca /japanese/trac | |
parent | bbd8389146f81d931e1d89ad2335d33589912a48 (diff) | |
download | ports-608ce990aa15cb4cef3906a63786090555b8620e.tar.gz ports-608ce990aa15cb4cef3906a63786090555b8620e.zip |
Notes
Diffstat (limited to 'japanese/trac')
-rw-r--r-- | japanese/trac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/trac/Makefile b/japanese/trac/Makefile index 115a3fdfdffc..510d1932a5fb 100644 --- a/japanese/trac/Makefile +++ b/japanese/trac/Makefile @@ -7,7 +7,7 @@ PORTNAME= trac PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese www devel python MASTER_SITES= http://dist.bsdlab.org/ \ http://www.i-act.co.jp/project/products/downloads/ @@ -16,7 +16,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}-ja-1.zip MAINTAINER= kuriyama@FreeBSD.org COMMENT= An enhanced wiki and issue tracking system for software projects -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-PySQLite2 \ +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite20 \ ${PYTHON_SITELIBDIR}/neo_cgi.so:${PORTSDIR}/www/clearsilver-python \ ${PYTHON_SITELIBDIR}/svn/__init__.py:${PORTSDIR}/devel/subversion-python \ ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec |