aboutsummaryrefslogtreecommitdiffstats
path: root/www/trac
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2013-03-04 18:55:23 +0800
committerlwhsu <lwhsu@FreeBSD.org>2013-03-04 18:55:23 +0800
commitf248f6a5c2024ae1cac4858af892eff51ce83cd2 (patch)
tree8252139e7b614c53058f1ef8f9b3f7ef729f31c0 /www/trac
parentfe491b3e430f625dda9b358003d21dde0c9e9ccd (diff)
downloadfreebsd-ports-gnome-f248f6a5c2024ae1cac4858af892eff51ce83cd2.tar.gz
freebsd-ports-gnome-f248f6a5c2024ae1cac4858af892eff51ce83cd2.tar.zst
freebsd-ports-gnome-f248f6a5c2024ae1cac4858af892eff51ce83cd2.zip
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
Diffstat (limited to 'www/trac')
-rw-r--r--www/trac/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile
index 89c74e664454..87d1a9c2b13e 100644
--- a/www/trac/Makefile
+++ b/www/trac/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: trac
-# Date created: 17 April 2004
-# Whom: Kuei-Feng Li <thinker@branda.to>
-#
+# Created by: Kuei-Feng Li <thinker@branda.to>
# $FreeBSD$
-#
PORTNAME= trac
PORTVERSION= 0.12.3
@@ -87,7 +83,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz
.if defined(WITH_PGSQL)
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopg2/__init__.py:${PORTSDIR}/databases/py-psycopg2
.else
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
.endif
.if !defined(WITHOUT_SUBVERSION)