diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-14 01:32:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-14 01:32:06 +0000 |
commit | 60eaf7db4fdf15ffba51f0947657a4ac70a30930 (patch) | |
tree | 3cc661205dce6ef39b8dfd67865029fcb690d1f7 /www/trac | |
parent | 3cfc37b21273dca8513d4f4b4a222486a81d739f (diff) |
Notes
Diffstat (limited to 'www/trac')
-rw-r--r-- | www/trac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index bb34eb29dfe8..399e8e899ac3 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \ MAINTAINER= thinker@branda.to COMMENT= An enhanced wiki and issue tracking system for software projects -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/sqlite/main.py:${PORTSDIR}/databases/py-PySQLite \ +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/sqlite/main.py:${PORTSDIR}/databases/py-PySQLite10 \ ${PYTHON_SITELIBDIR}/neo_cgi.so:${PORTSDIR}/www/clearsilver-python \ ${PYTHON_SITELIBDIR}/svn/__init__.py:${PORTSDIR}/devel/subversion-python |