aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-14 09:32:06 +0800
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-14 09:32:06 +0800
commit60eaf7db4fdf15ffba51f0947657a4ac70a30930 (patch)
tree3cc661205dce6ef39b8dfd67865029fcb690d1f7
parent3cfc37b21273dca8513d4f4b4a222486a81d739f (diff)
downloadfreebsd-ports-gnome-60eaf7db4fdf15ffba51f0947657a4ac70a30930.tar.gz
freebsd-ports-gnome-60eaf7db4fdf15ffba51f0947657a4ac70a30930.tar.zst
freebsd-ports-gnome-60eaf7db4fdf15ffba51f0947657a4ac70a30930.zip
Fix the py-PySQLite dependency.
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Reported by: Kris' makeindex script
-rw-r--r--japanese/trac/Makefile2
-rw-r--r--sysutils/cfvers/Makefile2
-rw-r--r--www/trac/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/japanese/trac/Makefile b/japanese/trac/Makefile
index bb34eb29dfe8..399e8e899ac3 100644
--- a/japanese/trac/Makefile
+++ b/japanese/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
diff --git a/sysutils/cfvers/Makefile b/sysutils/cfvers/Makefile
index 299ae62f8784..4db1ca60e7fe 100644
--- a/sysutils/cfvers/Makefile
+++ b/sysutils/cfvers/Makefile
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Configuration versioning system
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sqlite/main.py:${PORTSDIR}/databases/py-PySQLite
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sqlite/main.py:${PORTSDIR}/databases/py-PySQLite10
USE_GMAKE= yes
USE_PYTHON= yes
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