diff options
author | marcus <marcus@FreeBSD.org> | 2005-03-14 09:32:06 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-03-14 09:32:06 +0800 |
commit | fc24f28c1c3b55f42fa045e3514033cf630b9665 (patch) | |
tree | 25b55fc3d32960dbe7f20f3f36f3c33d910a37ea /www | |
parent | 25330b665064aed9c8922de9b0c7c852984b644f (diff) | |
download | freebsd-ports-gnome-fc24f28c1c3b55f42fa045e3514033cf630b9665.tar.gz freebsd-ports-gnome-fc24f28c1c3b55f42fa045e3514033cf630b9665.tar.zst freebsd-ports-gnome-fc24f28c1c3b55f42fa045e3514033cf630b9665.zip |
Fix the py-PySQLite dependency.
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Reported by: Kris' makeindex script
Diffstat (limited to 'www')
-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 |