aboutsummaryrefslogtreecommitdiff
path: root/www/py-django12
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-01-27 21:17:06 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-01-27 21:17:06 +0000
commit608ce990aa15cb4cef3906a63786090555b8620e (patch)
tree1c44b34c7d307bc42d3b8a680706ca04952037ca /www/py-django12
parentbbd8389146f81d931e1d89ad2335d33589912a48 (diff)
downloadports-608ce990aa15cb4cef3906a63786090555b8620e.tar.gz
ports-608ce990aa15cb4cef3906a63786090555b8620e.zip
Notes
Diffstat (limited to 'www/py-django12')
-rw-r--r--www/py-django12/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-django12/Makefile b/www/py-django12/Makefile
index e6eaec0ed151..5a80b4deb110 100644
--- a/www/py-django12/Makefile
+++ b/www/py-django12/Makefile
@@ -7,7 +7,7 @@
PORTNAME= django
PORTVERSION= 0.90
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= http://media.djangoproject.com/releases/0.90/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -47,7 +47,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_mysql.so:${PORTSDIR}/databases/py-MySQLdb
.endif
.if defined(WITH_SQLITE)
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite.so:${PORTSDIR}/databases/py-PySQLite2
+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite20
.endif
post-install: